mdb-ui-kit/less/_alerts.less

24 lines
422 B
Plaintext
Raw Normal View History

.alert {
2014-08-18 18:25:33 +04:00
border: 0px;
border-radius: 0;
2015-02-23 11:39:08 +03:00
.generic-variations(~"", @darkbg-text, {
background-color: @material-color;
color: @material-text-color;
2015-02-23 11:39:08 +03:00
a, .alert-link {
color: @material-text-color;
}
2015-02-23 11:39:08 +03:00
});
&-info, &-danger, &-warning, &-success {
2015-02-23 11:39:08 +03:00
color: @darkbg-text;
}
2015-02-23 11:39:08 +03:00
&-default {
a, .alert-link {
2015-02-23 11:39:08 +03:00
color: @lightbg-text;
}
}
2014-08-18 18:25:33 +04:00
}