Reorganize preferences page (#5161)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user