33 lines
500 B
Plaintext
33 lines
500 B
Plaintext
|
|
.settings-elements {
|
|
.elem-hr {
|
|
width: 100%;
|
|
border-color: black;
|
|
border: dashed;
|
|
border-width: 1px 0 0 0;
|
|
margin: 10px auto;
|
|
}
|
|
.elem-checkbox {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin: 0 10px 0 10px;
|
|
}
|
|
.elem-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin: 0 10px 0 36px;
|
|
}
|
|
.elem-description {
|
|
font-size: 14px;
|
|
margin: 0 20px 10px 50px;
|
|
font-style: italic;
|
|
}
|
|
.elem-input {
|
|
font-size: 14px;
|
|
margin: 0 20px 10px 36px;
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|