Files
2025-02-05 19:25:48 +01:00

13 lines
215 B
SCSS

.notification-popup {
@include window;
min-width: 25rem;
& .notification-close {
@include hover($surface);
}
& .notification-action {
@include hover($surfaceContainer);
}
}