Finish all options sets

This commit is contained in:
Jas Singh
2024-07-20 22:59:25 -07:00
parent c6c4e0cf57
commit ab721edbd2
24 changed files with 514 additions and 392 deletions

View File

@@ -6,15 +6,11 @@
.notification-card {
color: $notification-text;
background: $notification-background;
margin-right: 0.45em;
margin: 0.45em;
border: 0.15em solid transparentize($notification-border, 0.5);
min-width: 26em;
min-height: 6rem;
border-radius: 0.6em;
&:not(:first-child) {
margin-top: 0.85em;
}
}
.notification-card-container {
@@ -77,7 +73,7 @@
}
&:hover {
background: $notification-actions-hover;
background: transparentize($notification-actions-background, 0.6);
}
}