2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
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));
}
}