Files
2025-03-31 20:14:11 +02:00

13 lines
215 B
SCSS

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