Adjust settings navigation heading style

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-27 12:26:24 +02:00
parent 90d7e8f6f4
commit d92310ac2b
1 changed files with 8 additions and 1 deletions

View File

@ -1267,7 +1267,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.settings-caption {
font-weight: bold;
line-height: 44px;
padding: 0 12px;
padding: 0 44px;
white-space: nowrap;
text-overflow: ellipsis;
// !important to overwrite specific hover and focus
opacity: .4 !important;
box-shadow: none !important;
&:not(:first-child) {
margin-top: 22px;
}
}