|
|
@@ -1,8 +1,6 @@
|
|
|
@use '../bootstrap/init' as *;
|
|
|
@use '../mixins';
|
|
|
|
|
|
-$theme-colors: map-merge($theme-colors, $colors);
|
|
|
-
|
|
|
@each $color, $value in $theme-colors {
|
|
|
@include bg-variant('.bg-#{$color}', $value);
|
|
|
}
|
|
|
@@ -64,15 +62,15 @@ $theme-colors: map-merge($theme-colors, $colors);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// @each $color, $value in $theme-colors {
|
|
|
-// .alert-#{$color} {
|
|
|
-// @include alert-variant(
|
|
|
-// theme-color-level($color, $alert-bg-level),
|
|
|
-// theme-color-level($color, $alert-border-level),
|
|
|
-// theme-color-level($color, $alert-color-level)
|
|
|
-// );
|
|
|
-// }
|
|
|
-// }
|
|
|
+@each $color, $value in $theme-colors {
|
|
|
+ .alert-#{$color} {
|
|
|
+ @include alert-variant(
|
|
|
+ theme-color-level($color, $alert-bg-level),
|
|
|
+ theme-color-level($color, $alert-border-level),
|
|
|
+ theme-color-level($color, $alert-color-level)
|
|
|
+ );
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
@each $color, $value in $theme-colors {
|
|
|
.badge-#{$color} {
|