Finish all options sets
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user