2014-08-20 14:53:26 +04:00
|
|
|
.alert {
|
2015-11-25 02:40:39 +03:00
|
|
|
border: 0;
|
2014-08-18 18:25:33 +04:00
|
|
|
border-radius: 0;
|
2015-02-23 11:39:08 +03:00
|
|
|
|
2015-11-05 02:50:22 +03:00
|
|
|
// SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content
|
2015-11-24 02:43:41 +03:00
|
|
|
.generic-variations(~".alert", ~"", @mdb-text-color-light, {
|
|
|
|
background-color: @variation-color;
|
|
|
|
color: @variation-color-text;
|
2015-02-23 11:39:08 +03:00
|
|
|
|
2015-06-27 13:23:55 +03:00
|
|
|
a, .alert-link {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @variation-color-text;
|
2015-06-27 13:23:55 +03:00
|
|
|
}
|
2015-02-23 11:39:08 +03:00
|
|
|
});
|
|
|
|
|
2014-08-20 14:53:26 +04:00
|
|
|
&-info, &-danger, &-warning, &-success {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @mdb-text-color-light;
|
2014-08-20 14:53:26 +04:00
|
|
|
}
|
2015-02-23 11:39:08 +03:00
|
|
|
|
2014-08-20 14:53:26 +04:00
|
|
|
&-default {
|
|
|
|
a, .alert-link {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @mdb-text-color-primary;
|
2014-08-20 14:53:26 +04:00
|
|
|
}
|
|
|
|
}
|
2014-08-18 18:25:33 +04:00
|
|
|
}
|