mdb-ui-kit/sass/_alerts.scss

20 lines
535 B
SCSS
Raw Normal View History

// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2014-10-03 15:58:24 +04:00
.alert {
border: 0px;
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);
2014-10-03 15:58:24 +04:00
&-info, &-danger, &-warning, &-success {
color: $mdb-text-color-light;
2014-10-03 15:58:24 +04:00
}
&-default {
a, .alert-link {
color: $mdb-text-color-primary;
}
}
2014-10-03 15:58:24 +04:00
}