terminal settings page and backend

This commit is contained in:
2017-07-23 14:59:59 +02:00
parent 3c202a1f50
commit 5f3cb6685d
17 changed files with 694 additions and 442 deletions
+4 -3
View File
@@ -5,7 +5,7 @@ form { @include naked(); }
width: $form-field-w;
}
input[type="number"] {
input[type="number"], input.short {
width: $form-field-w/2;
}
@@ -20,7 +20,7 @@ input[type="number"] {
}
}
form .Row {
.Row {
vertical-align: middle;
margin: 12px auto;
text-align: left;
@@ -132,6 +132,7 @@ form .Row {
// special phone style
@include media($phone) {
flex-direction: column;
margin: 6px auto;
&.buttons, &.centered, &.checkbox {
flex-direction: row;
@@ -165,7 +166,7 @@ form .Row {
}
}
#{$all-text-inputs}, input[type="range"], textarea {
#{$all-text-inputs}, input[type="range"], textarea, select {
width: 100%;
}
}