[TASK] refactor alert messages
This commit is contained in:
@ -7,3 +7,4 @@
|
||||
@import 'components/btns';
|
||||
@import 'components/links';
|
||||
@import 'components/input';
|
||||
@import 'components/alert';
|
||||
|
9
frontend/scss/components/_alert.scss
Normal file
9
frontend/scss/components/_alert.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.alert {
|
||||
&-success {
|
||||
@apply bg-[#15803d];
|
||||
}
|
||||
|
||||
&-error {
|
||||
@apply bg-[#f43f5e];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user