feat(ags/notifications): add support to actions in floating notifications(popups)

This commit is contained in:
retrozinndev
2025-03-11 16:16:07 -03:00
parent 55a2a9c545
commit 12e4cf58b6
12 changed files with 162 additions and 109 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
& > .notification {
margin: 6px;
box-shadow: 0 0 4px .5px colors.$bg-translucent;
box-shadow: 0 0 4px .5px colors.$bg-primary;
}
}