|
|
@@ -67,23 +67,3 @@ $theme-colors: (
|
|
|
'warning': #8a6d3b,
|
|
|
'danger': #ff0a54
|
|
|
);
|
|
|
-
|
|
|
-//** alert with custom color
|
|
|
-.alert {
|
|
|
- a:not(.btn) {
|
|
|
- color: white;
|
|
|
- }
|
|
|
-}
|
|
|
-@each $theme-color, $color in $theme-colors {
|
|
|
- .alert.alert-#{$theme-color} {
|
|
|
- background: $color;
|
|
|
- border: initial;
|
|
|
- border-radius: initial;
|
|
|
- a:not(.btn) {
|
|
|
- &:hover,
|
|
|
- &:focus {
|
|
|
- color: lighten($color, 30%);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|