/* Hover */ .hover-top { transform: translateY(0) translateZ(0); transition: all 0.5s ease; &.hover-top-shadow-lg { &:hover, &:focus { transform: translateY(-0.3125rem) translateZ(0); } } &:hover, &:focus { transform: translateY(-0.125rem) translateZ(0); box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important; color: $white; } }