todo/public/vendor/bootstrap/less/mixins/alerts.less

16 lines
258 B
Plaintext
Raw Normal View History

2020-06-23 04:40:37 +00:00
// Alerts
.alert-variant(@background; @border; @text-color) {
color: @text-color;
background-color: @background;
border-color: @border;
hr {
border-top-color: darken(@border, 5%);
}
.alert-link {
color: darken(@text-color, 10%);
}
}