historia-de-zainab/bower_components/bootstrap/less/mixins/alerts.less
2017-09-25 14:03:53 +02:00

14 lines
257 B
Text

// Alerts
.alert-variant(@background; @border; @text-color) {
background-color: @background;
border-color: @border;
color: @text-color;
hr {
border-top-color: darken(@border, 5%);
}
.alert-link {
color: darken(@text-color, 10%);
}
}