mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
parent
be3aa437a1
commit
a6ae1cc50d
@ -46,6 +46,6 @@
|
|||||||
|
|
||||||
@each $color, $value in $theme-colors {
|
@each $color, $value in $theme-colors {
|
||||||
.alert-#{$color} {
|
.alert-#{$color} {
|
||||||
@include alert-variant(theme-color-level($color, -10), theme-color-level($color, -9), theme-color-level($color, 6));
|
@include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -764,6 +764,10 @@ $alert-border-radius: $border-radius !default;
|
|||||||
$alert-link-font-weight: $font-weight-bold !default;
|
$alert-link-font-weight: $font-weight-bold !default;
|
||||||
$alert-border-width: $border-width !default;
|
$alert-border-width: $border-width !default;
|
||||||
|
|
||||||
|
$alert-bg-level: -10 !default;
|
||||||
|
$alert-border-level: -9 !default;
|
||||||
|
$alert-color-level: 6!default;
|
||||||
|
|
||||||
|
|
||||||
// Progress bars
|
// Progress bars
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user