create dirs + delete dirs + delete files
This commit is contained in:
17
frontend/assets/css/sonner.css
Normal file
17
frontend/assets/css/sonner.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@reference './tailwind.css';
|
||||
|
||||
li[data-sonner-toast] > div[data-content] > div[data-description] {
|
||||
@apply text-muted-foreground;
|
||||
}
|
||||
|
||||
li[data-sonner-toast][data-type='error'] > div[data-icon] {
|
||||
@apply text-destructive-foreground;
|
||||
}
|
||||
|
||||
li[data-sonner-toast][data-type='error'] > div[data-icon] {
|
||||
@apply text-destructive-foreground;
|
||||
}
|
||||
|
||||
li[data-sonner-toast][data-type='error'] > div[data-content] > div[data-title] {
|
||||
@apply text-destructive-foreground;
|
||||
}
|
||||
Reference in New Issue
Block a user