0
0
Fork 0

Reorganize preferences page (#5161)

This commit is contained in:
Eugen Rochko 2017-10-01 10:52:39 +02:00 committed by GitHub
parent b110cc542f
commit 0b3f1ec62a
9 changed files with 43 additions and 24 deletions

View file

@ -22,6 +22,16 @@ code {
margin-top: 4px;
}
h4 {
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
color: $ui-primary-color;
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
p.hint {
margin-bottom: 15px;
color: $ui-primary-color;
@ -316,6 +326,7 @@ code {
select {
font-size: 16px;
max-height: 29px;
}
.input-with-append {