separate connected from known from nearby wifi stations in ui

This commit is contained in:
glaszig
2021-05-30 19:46:10 -03:00
parent a4d5cc1af6
commit 9dc1f14ccb
8 changed files with 157 additions and 102 deletions

View File

@@ -8,7 +8,6 @@ License: GNU General Public License v3.0
html * {
font-family: Verdana, Geneva, sans-serif;
font-size: 0.9rem;
color: #828282;
}
@@ -34,6 +33,10 @@ h5.card-title {
color: #212529;
}
.h-underlined {
border-bottom: 1px solid #343434;
}
.card, .modal-dialog {
border-radius: 1px;
border-color: #ff6600;
@@ -226,6 +229,13 @@ pre.unstyled {
.js-reload-wifi-stations {
min-width: 10rem;
}
.card-deck--wifi-stations {
justify-content: space-between;
}
.card-deck--wifi-stations .card {
flex: 0 46%;
margin-bottom: .75rem;
}
.sidebar.toggled .nav-item .nav-link {
text-align: center;