Browse Source
Highlight element change and alignement fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/9363/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
9 additions and
5 deletions
-
core/css/apps.scss
|
|
|
@ -436,11 +436,15 @@ kbd { |
|
|
|
line-height: 44px; |
|
|
|
padding: 0 12px; /* Same padding as all li > a in the app-navigation */ |
|
|
|
|
|
|
|
span.highlighted { |
|
|
|
padding: 2px 5px; |
|
|
|
border-radius: 10px; |
|
|
|
background-color: $color-primary; |
|
|
|
color: $color-primary-text; |
|
|
|
&.highlighted { |
|
|
|
padding-right: 0; |
|
|
|
text-align: center; |
|
|
|
span { |
|
|
|
padding: 2px 5px; |
|
|
|
border-radius: 10px; |
|
|
|
background-color: $color-primary; |
|
|
|
color: $color-primary-text; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|