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