aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 3178f718d..100e627ea 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -34,6 +34,10 @@
34 } 34 }
35 } 35 }
36 36
37 .settings__section_header {
38 text-align: center;
39 }
40
37 .settings__main { 41 .settings__main {
38 background: $dark-theme-gray-darkest; 42 background: $dark-theme-gray-darkest;
39 } 43 }
@@ -268,6 +272,10 @@
268 a { 272 a {
269 display: inline-block; 273 display: inline-block;
270 } 274 }
275
276 .no-bottom-margin {
277 margin-bottom: 0;
278 }
271 } 279 }
272 280
273 .settings__close { 281 .settings__close {