Reorganize preferences page (#5161)
This commit is contained in:
parent
b110cc542f
commit
0b3f1ec62a
9 changed files with 43 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue