mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/mixins/alerts.less in card-1.97.0 vs mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/mixins/alerts.less in card-1.97.0.1
- old
+ new
@@ -1,14 +1,15 @@
// Alerts
.alert-variant(@background; @border; @text-color) {
+ color: @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%);
}
}