mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
20 lines
488 B
SCSS
20 lines
488 B
SCSS
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
|
|
|
.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(""), $darkbg-text);
|
|
|
|
&-info, &-danger, &-warning, &-success {
|
|
color: $darkbg-text;
|
|
}
|
|
|
|
&-default {
|
|
a, .alert-link {
|
|
color: $lightbg-text;
|
|
}
|
|
}
|
|
}
|