10 lines
153 B
SCSS
10 lines
153 B
SCSS
.alert-heading{
|
|
font-weight: $font-weight-bold;
|
|
}
|
|
|
|
.alert-icon{
|
|
margin-bottom: .5rem;
|
|
span{
|
|
font-size: $alert-icon-font-size;
|
|
}
|
|
} |