Much better wifi config, added display for IP etc, improved "connecting" page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user