mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
17 lines
282 B
SCSS
17 lines
282 B
SCSS
.alert {
|
|
border: 0px;
|
|
border-radius: 0;
|
|
|
|
@include alert-variations(unquote(""), $darkbg-text);
|
|
|
|
&-info, &-danger, &-warning, &-success {
|
|
color: $darkbg-text;
|
|
}
|
|
|
|
&-default {
|
|
a, .alert-link {
|
|
color: $lightbg-text;
|
|
}
|
|
}
|
|
}
|