@mixin shadow{ box-shadow: none; transition: 0.3s transform ease, 0.3s box-shadow ease; &:hover{ transform: scale(1.05); box-shadow: 0px 0px 13px 0px $color2024; transition: 0.3s transform ease, 0.3s box-shadow ease; } }