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