pension-app/styles/argon-dashboard-2.0.4/assets/scss/argon-dashboard/_alert.scss

21 lines
326 B
SCSS
Raw Permalink Normal View History

@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;
}
}
.alert {
z-index: 999;
}