Implement basics of network module.

This commit is contained in:
Jas Singh
2024-06-20 22:27:31 -07:00
parent 285aac5740
commit 6c5685b9a2
4 changed files with 192 additions and 252 deletions

View File

@@ -768,6 +768,33 @@ window#powermenu .powermenu.box {
min-width: 25rem;
}
.menu-dropdown-label.network {
color: #cba6f7;
}
.network-element-item-ethernet.multi {
margin-bottom: 0.5rem;
}
.menu-label.network {
color: #cba6f7;
}
.network-element-items-container * {
font-size: 1.1rem;
}
.network-element-item:not(:last-child) {
margin-bottom: 0.5rem;
}
.network-element-item:hover {
color: #cba6f7;
}
.menu-button-icon.network {
color: #9399b2;
}
.menu-dropdown-label.bluetooth {
color: #89dceb;
}