Much better wifi config, added display for IP etc, improved "connecting" page

This commit is contained in:
2017-01-27 00:11:57 +01:00
parent 78c2f9ee52
commit 0f7fb9430c
25 changed files with 965 additions and 220 deletions
+4 -1
View File
@@ -13,7 +13,10 @@
white-space: pre;
cursor: pointer;
&:hover {
outline: 1px solid rgba(#ffffff,0.5);
outline: 1px solid rgba(#ffffff,0.4);
@include media($tablet-max) {
outline: 0 none;
}
}
}
}
+20 -1
View File
@@ -13,17 +13,36 @@
margin: 0 (- dist(-3));
}
#ap-loader {
#ap-loader, #ap-noscan {
background: rgba(white, .1);
border-radius: 5px;
padding: dist(-2);
margin-bottom: dist(-2);
}
#ap-noscan {
font-weight: bold;
}
#ap-box {
padding-bottom: dist(-2);
}
#psk-modal form {
@extend %form-row-spacing;
display: flex;
align-items: center;
margin: dist(-2);
input[type=password] {
min-width: 5rem;
}
}
#wificonfbox form {
@extend %form-row-spacing;
}
.AP {
// can't use margins inside a column