mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-15 23:02:46 +02:00
Minor switch toggle css fix
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user