You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@each $state, $value in $theme-gradient-colors {
|
|
.alert-#{$state} {
|
|
@include gradient-directional(nth($value, 1) 0%, darken(nth($value, -1), 8%) 100%, $deg: 310deg);
|
|
}
|
|
}
|
|
|
|
.btn-close{
|
|
&:focus{
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.alert-dismissible{
|
|
.btn-close{
|
|
background-image: none;
|
|
}
|
|
}
|
|
|