Highlight element change and alignement fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-05-03 11:00:04 +02:00
parent b045272951
commit fbe9166076
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 9 additions and 5 deletions

View File

@ -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;
}
}
}
}