aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
index 8ac718fb7..2f7b68c4d 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
@@ -1141,6 +1141,7 @@
.switch {
gap: 0.75rem;
+ margin-bottom: 0px;
}
.switch .slider {
@@ -1170,7 +1171,7 @@
}
.switch input:checked + .slider {
- background: #9fe29d;
+ background: #78c2f1;
}
.switch input:checked + .slider::before {
@@ -1182,6 +1183,8 @@
font-size: 100%;
color: whitesmoke;
text-align: center;
+ margin-bottom: 0px;
+ font-weight: 500;
}