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

@@ -0,0 +1,32 @@
@import "../colors";
.menu-dropdown-label.network {
color: $mauve;
}
.network-element-item-ethernet.multi {
margin-bottom: 0.5rem;
}
.menu-label.network {
color: $mauve;
}
.network-element-items-container * {
font-size: 1.1rem;
}
.network-element-item {
&:not(:last-child) {
margin-bottom: 0.5rem;
}
&:hover {
color: $mauve;
}
}
.menu-button-icon.network {
color: $overlay2;
}