Add error notifications for network menu.

This commit is contained in:
Jas Singh
2024-06-29 19:50:04 -07:00
parent 47b3f1c74e
commit c2d60bcf94
9 changed files with 64 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
.notification-card-container.menu {
margin: 0em;
min-width: 26em;
min-width: 28.6em;
min-height: 6em;
background: $crust;
border: 0.13em solid $surface0;

View File

@@ -20,12 +20,12 @@ window#verification .verification {
.title {
font-size: 1.5em;
color: $maroon;
color: $lavender;
margin-bottom: 0.5em;
}
.desc {
color: $lavender;
color: $text;
font-size: 1em;
margin-bottom: 0.55em;
padding: 1em 3em;

View File

@@ -99,3 +99,7 @@
background: $maroon;
}
}
.spacer {
margin-bottom: 0.75em;
}