Cleaned some form styling

Removed uppercasing of labels to make a little friendlier.
Extracted out toggleswitch JS into own component.
Improved basic code input for html-head-input area.
This commit is contained in:
Dan Brown
2018-03-18 15:13:46 +00:00
parent 2c8d7da885
commit ecdeb545e0
6 changed files with 31 additions and 16 deletions

View File

@ -98,7 +98,6 @@ label {
font-size: 0.94em;
font-weight: 400;
color: #999;
text-transform: uppercase;
padding-bottom: 2px;
margin-bottom: 0.2em;
&.inline {
@ -192,6 +191,13 @@ input:checked + .toggle-switch {
}
}
.simple-code-input {
background-color: #F8F8F8;
font-family: monospace;
font-size: 12px;
min-height: 100px;
}
.form-group {
.text-pos, .text-neg {
padding: $-xs 0;