mdb-ui-kit/sass/_alerts.scss

17 lines
282 B
SCSS
Raw Normal View History

2014-10-03 15:58:24 +04:00
.alert {
border: 0px;
border-radius: 0;
2015-11-05 00:00:44 +03:00
@include alert-variations(unquote(""), $darkbg-text);
2014-10-03 15:58:24 +04:00
&-info, &-danger, &-warning, &-success {
color: $darkbg-text;
2014-10-03 15:58:24 +04:00
}
&-default {
a, .alert-link {
color: $lightbg-text;
}
}
2014-10-03 15:58:24 +04:00
}