Finish network module for now... replace nmcli with something better later (it sucks at auth)

This commit is contained in:
Jas Singh
2024-06-23 12:06:53 -07:00
parent 6c5685b9a2
commit 46c34e169d
7 changed files with 546 additions and 109 deletions

View File

@@ -7,8 +7,7 @@
color: $text;
background: $mantle;
margin-right: 0.4rem;
border: 0.15rem solid $surface0;
min-width: 28rem;
border: 0.15rem solid $surface0; min-width: 28rem;
min-height: 6rem;
border-radius: 0.4rem;
@@ -81,7 +80,7 @@
}
&:hover {
background: $pink;
background: $surface1;
}
}