diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/language-chooser.component.scss | 1 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.scss | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss index 04b18af33..28d58a678 100644 --- a/client/src/app/menu/language-chooser.component.scss +++ b/client/src/app/menu/language-chooser.component.scss | |||
@@ -18,7 +18,6 @@ | |||
18 | 18 | ||
19 | a { | 19 | a { |
20 | display: block; | 20 | display: block; |
21 | font-size: 16px; | ||
22 | margin: 15px; | 21 | margin: 15px; |
23 | } | 22 | } |
24 | } | 23 | } |
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 352682bfc..a548c08cf 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -16,7 +16,6 @@ $footer-links-base-opacity: .8; | |||
16 | 16 | ||
17 | color: pvar(--menuForegroundColor); | 17 | color: pvar(--menuForegroundColor); |
18 | cursor: pointer; | 18 | cursor: pointer; |
19 | font-size: 16px; | ||
20 | white-space: normal; | 19 | white-space: normal; |
21 | word-break: break-word; | 20 | word-break: break-word; |
22 | transition: background-color .1s ease-in-out; | 21 | transition: background-color .1s ease-in-out; |
@@ -195,7 +194,6 @@ my-actor-avatar { | |||
195 | .logged-in-display-name { | 194 | .logged-in-display-name { |
196 | @include disable-default-a-behaviour; | 195 | @include disable-default-a-behaviour; |
197 | 196 | ||
198 | font-size: 16px; | ||
199 | font-weight: $font-semibold; | 197 | font-weight: $font-semibold; |
200 | color: pvar(--menuForegroundColor); | 198 | color: pvar(--menuForegroundColor); |
201 | } | 199 | } |
@@ -319,7 +317,7 @@ my-actor-avatar { | |||
319 | color: pvar(--menuForegroundColor); | 317 | color: pvar(--menuForegroundColor); |
320 | opacity: $footer-links-base-opacity; | 318 | opacity: $footer-links-base-opacity; |
321 | white-space: nowrap; | 319 | white-space: nowrap; |
322 | font-size: 90%; | 320 | font-size: 0.75rem; |
323 | font-weight: 500; | 321 | font-weight: 500; |
324 | line-height: 1.4rem; | 322 | line-height: 1.4rem; |
325 | } | 323 | } |