diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/class-helpers.scss | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 0b2e6176a..218ca3e76 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -6,7 +6,7 @@ | |||
6 | .link-orange { | 6 | .link-orange { |
7 | color: pvar(--mainForegroundColor); | 7 | color: pvar(--mainForegroundColor); |
8 | font-weight: $font-bold; | 8 | font-weight: $font-bold; |
9 | border-bottom: 3px solid pvar(--mainColor); | 9 | border-bottom: 0.20em solid pvar(--mainColor); |
10 | 10 | ||
11 | &:hover { | 11 | &:hover { |
12 | color: pvar(--mainForegroundColor); | 12 | color: pvar(--mainForegroundColor); |
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | .underline-orange { | 17 | .underline-orange { |
18 | display: inline-block; | 18 | display: inline-block; |
19 | border-bottom: 3px solid pvar(--mainColor); | 19 | border-bottom: 0.20em solid pvar(--mainColor); |
20 | } | 20 | } |
21 | 21 | ||
22 | // --------------------------------------------------------------------------- | 22 | // --------------------------------------------------------------------------- |
@@ -140,6 +140,12 @@ label + .form-group-description { | |||
140 | } | 140 | } |
141 | } | 141 | } |
142 | 142 | ||
143 | .title-page-v2 { | ||
144 | font-weight: normal; | ||
145 | font-size: 15px; | ||
146 | padding: 35px 25px; | ||
147 | } | ||
148 | |||
143 | .title-page-about, | 149 | .title-page-about, |
144 | .title-page-settings { | 150 | .title-page-settings { |
145 | white-space: nowrap; | 151 | white-space: nowrap; |
@@ -240,6 +246,10 @@ label + .form-group-description { | |||
240 | // --------------------------------------------------------------------------- | 246 | // --------------------------------------------------------------------------- |
241 | 247 | ||
242 | .alert { | 248 | .alert { |
249 | p { | ||
250 | font-size: 16px; | ||
251 | } | ||
252 | |||
243 | p:last-child { | 253 | p:last-child { |
244 | margin-bottom: 0; | 254 | margin-bottom: 0; |
245 | } | 255 | } |