mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
20 lines
533 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|