♻️ refactor: correctly organize resources in the resources directory

This commit is contained in:
retrozinndev
2025-08-11 14:45:18 -03:00
parent 7bd159ff10
commit a69ec9973b
23 changed files with 344 additions and 1 deletions
@@ -0,0 +1,18 @@
@use "./colors";
@use "./mixins";
.floating-notifications-container {
padding: 16px;
& .float-notification {
$radius: 18px;
box-shadow: 0 0 8px 1px colors.$bg-translucent;
border-radius: $radius;
& .notification {
padding: 4px;
border-radius: $radius;
}
}
}