diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 463aeec5b..751f101ed 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -142,12 +142,12 @@ label { | |||
142 | @include disable-default-a-behaviour; | 142 | @include disable-default-a-behaviour; |
143 | 143 | ||
144 | &.active, &.title-page-single { | 144 | &.active, &.title-page-single { |
145 | font-weight: $font-bold; | ||
146 | margin-top: 30px; | 145 | margin-top: 30px; |
147 | margin-bottom: 25px; | 146 | margin-bottom: 25px; |
148 | } | 147 | } |
149 | 148 | ||
150 | &.active { | 149 | &.active { |
150 | font-weight: $font-bold; | ||
151 | border-bottom: 2px solid var(--mainColor); | 151 | border-bottom: 2px solid var(--mainColor); |
152 | } | 152 | } |
153 | 153 | ||