Backup dotfiles

This commit is contained in:
Ano-sys
2025-01-15 01:39:27 +01:00
commit cbe4355c3d
256 changed files with 4725 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.notification-popup {
@include window;
min-width: 25rem;
& .notification-close {
@include hover($surface);
}
& .notification-action {
@include hover($surfaceContainer);
}
}