Bump bootstrap to 4.3.1

This commit is contained in:
2019-09-08 08:38:56 +02:00
parent e68c3148a2
commit aaaed4d784
93 changed files with 7790 additions and 6945 deletions

View File

@@ -1,13 +1,13 @@
@mixin alert-variant($background, $border, $color) {
color: $color;
@include gradient-bg($background);
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}
}
@mixin alert-variant($background, $border, $color) {
color: $color;
@include gradient-bg($background);
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}
}