fix spacing on preferences options
This commit is contained in:
parent
03be9cae32
commit
5b6833060e
2 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
||||||
.dyslexic {
|
.dyslexic {
|
||||||
font-family: 'OpenDyslexic' !important;
|
font-family: 'OpenDyslexic' !important;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dyslexic {
|
body.dyslexic {
|
||||||
|
|
|
@ -13,7 +13,7 @@ code {
|
||||||
|
|
||||||
.simple_form {
|
.simple_form {
|
||||||
.input {
|
.input {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
|
@ -43,7 +43,6 @@ code {
|
||||||
|
|
||||||
&.boolean {
|
&.boolean {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 0;
|
|
||||||
|
|
||||||
.label_input > label {
|
.label_input > label {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
@ -111,7 +110,6 @@ code {
|
||||||
span.hint {
|
span.hint {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.hint {
|
p.hint {
|
||||||
|
@ -172,15 +170,10 @@ code {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 8px;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hint {
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
flex: 390px;
|
flex: 390px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue