Net window

This commit is contained in:
soraefir
2026-06-12 23:29:01 +02:00
parent 535c8a3154
commit c724c853f5
7 changed files with 200 additions and 6 deletions

View File

@@ -1,9 +1,24 @@
.net-icon {
font-size: 14px;
padding: 3pt 0;
}
// Bar icons
.net-icon { font-size: 14px; padding: 3pt 0; }
.net-active { color: $base07; }
.net-dim { color: $base02; }
.blt-on { color: $base07; }
.blt-connected { color: $base0D; }
// Popup window section accents
.wifi-accent { background-color: $base0C; }
.eth-accent { background-color: $base0B; }
.blt-accent { background-color: $base0D; }
// Netinfo rows
.netinfo-row { margin-bottom: 3pt; }
.netinfo-label { font-size: 0.72em; color: $base04; min-width: 60px; }
.netinfo-value { font-size: 0.72em; color: $base05; }
.netinfo-dim { font-size: 0.72em; color: $base03; margin-bottom: 4pt; }
// Bluetooth device list
.bt-device-row { margin-bottom: 4pt; }
.bt-device-name { font-size: 0.78em; color: $base05; }
.bt-device-btn { padding: 2pt 6pt; border-radius: $border-radius; font-size: 1em; }
.bt-btn-on { color: $base0D; }
.bt-btn-off { color: $base03; }