update stylin

This commit is contained in:
2018-09-18 18:10:27 +02:00
parent 9b3aa0a91b
commit 64e9a33971
2 changed files with 10 additions and 2 deletions

View File

@@ -235,6 +235,14 @@ form .form-row input[type="checkbox"] {
flex: 3;
}
}
@media screen and (max-width: 460px) {
form .form-row.wrapped {
display: block;
}
form .form-row.wrapped * {
display: block;
}
}
@media screen and (min-width: 992px) {
form .form-row > input,
form .form-row > span {
@@ -249,7 +257,7 @@ form .form-row input[type="checkbox"] {
}
.sui input[type="text"],
.sui input[type="password"] {
height: 16px;
height: 32px;
background: transparent;
border: none;
color: #eeeeee;