aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-06 19:06:00 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-06 19:06:00 -0500
commit4df01bf76dd0c19d29587571131555639bf2b844 (patch)
treef19565f06da9d6c796bd3962d6f28a4fcff0da63 /src/styles
parentRegenerate i18n file (diff)
downloadferdium-app-4df01bf76dd0c19d29587571131555639bf2b844.tar.gz
ferdium-app-4df01bf76dd0c19d29587571131555639bf2b844.tar.zst
ferdium-app-4df01bf76dd0c19d29587571131555639bf2b844.zip
Use components defined in the codebase; Extract some text for i18n purposes.
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 {