8 lines
74 B
SCSS
8 lines
74 B
SCSS
.alert {
|
|
@extend .shadow-sm;
|
|
|
|
p:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|