1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

Move alert theme-color() levels to variables

Closes #24341
This commit is contained in:
Mark Otto
2017-12-24 14:36:22 -08:00
committed by Mark Otto
parent be3aa437a1
commit a6ae1cc50d
2 changed files with 5 additions and 1 deletions

View File

@@ -46,6 +46,6 @@
@each $color, $value in $theme-colors {
.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));
}
}