mdb-ui-kit/sass/_alerts.scss
2015-11-24 17:40:52 -06:00

20 lines
533 B
SCSS

// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
.alert {
border: 0;
border-radius: 0;
// SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content
@include alert-variations(unquote(".alert"), unquote(""), $mdb-text-color-light);
&-info, &-danger, &-warning, &-success {
color: $mdb-text-color-light;
}
&-default {
a, .alert-link {
color: $mdb-text-color-primary;
}
}
}