styling update

This commit is contained in:
2018-09-18 18:17:16 +02:00
parent 0a67f05189
commit 56514c297c
10 changed files with 215 additions and 147 deletions

View File

@@ -10,7 +10,7 @@
.sui {
background: #000000;
color: #0eb8c0;
font-family: "Open Sans";
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
}
.sui * {
@@ -37,6 +37,10 @@
display: block;
margin-bottom: 16px;
}
.sui h2 {
font-size: 16px;
font-weight: 400;
}
.container {
background: #333333;
padding: 16px;
@@ -231,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 {
@@ -245,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;