Minor switch toggle css fix

This commit is contained in:
Andy Miller
2017-05-23 18:57:53 -06:00
parent 042c98763d
commit 59fa9c69e0
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@
/* Toggle Switches
*/
$switch-height: 41px;
$switch-height: 43px;
/* Shared
*/
@@ -18,6 +18,10 @@ $switch-height: 41px;
height: $switch-height;
}
[data-grav-field="toggle"] {
height: $switch-height;
}
@mixin switch-shared() {
display: inline-block;