
// Designed for preventing `:hover`
@mixin dashboard-hover() {
    &:hover{
        @content;
    }
}