Files
Froxlor/templates/Froxlor/assets/scss/components/_alert.scss
envoyr 0f37dfb1eb remove mix; add vite
Signed-off-by: envoyr <hello@envoyr.com>
2023-10-16 12:48:35 +02:00

8 lines
74 B
SCSS

.alert {
@extend .shadow-sm;
p:last-of-type {
margin-bottom: 0;
}
}