diff options
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index e10663c43..463aeec5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -142,12 +142,19 @@ 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 | border-bottom: 2px solid var(--mainColor); | ||
146 | font-weight: $font-bold; | 145 | font-weight: $font-bold; |
147 | margin-top: 30px; | 146 | margin-top: 30px; |
148 | margin-bottom: 25px; | 147 | margin-bottom: 25px; |
149 | } | 148 | } |
150 | 149 | ||
150 | &.active { | ||
151 | border-bottom: 2px solid var(--mainColor); | ||
152 | } | ||
153 | |||
154 | &.title-page-single { | ||
155 | font-size: 125%; | ||
156 | } | ||
157 | |||
151 | &:hover, &:active, &:focus { | 158 | &:hover, &:active, &:focus { |
152 | color: var(--mainForegroundColor); | 159 | color: var(--mainForegroundColor); |
153 | } | 160 | } |