Start work on notifications menu

This commit is contained in:
Jas Singh
2024-06-24 00:43:54 -07:00
parent ef11216641
commit f162af8a41
10 changed files with 290 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
@import "../colors";
.notification-card-container.menu {
min-width: 30rem;
min-height: 50rem;
background: $mantle;
border: 0.25rem solid $surface0;
border-radius: 0.4rem;
}
.notification-menu-content {
margin: 40rem;
}