| Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/ |
| Current File : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/_box-shadow.scss |
@each $shadow-point, $shadow-value in $shadow-hover {
@if $shadow-point != null {
.shadow-hover-#{$shadow-point}:hover {
box-shadow: #{$shadow-value} !important;
transition: box-shadow 0.1s ease-in-out;
}
} @else {
.shadow-hover:hover {
box-shadow: #{$shadow-value} !important;
transition: box-shadow 0.1s ease-in-out;
}
}
}
.shadow-hover-popout {
transition: all 400ms;
&:hover {
@include box-hover-shadow();
}
}