Skip to content

Commit f5c20b9

Browse files
committed
Update Alert structure
1 parent 9da82e7 commit f5c20b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/stylesheets/structures/_alert.sass

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@
3131
3232
// ----- Types ----- //
3333
34+
// Error
35+
3436
.alert--error
3537
background: $c-error
3638

39+
// Success
40+
3741
.alert--success
3842
background: $c-success
3943

40-
.alert--info,
44+
// Warning
45+
4146
.alert--warning
4247
background: $c-warning
4348

0 commit comments

Comments
 (0)