RSS Git Download  Clone
Raw Blame History
.cory-mat-theme-dark,
.cory-mat-theme-light {

    a:hover mat-icon,
    button:hover mat-icon,
    a:hover svg,
    button:hover svg,
    svg:hover,
    .cory-hover-rotate:hover img,
    a.cory-hover-rotate:hover img,
    button.cory-hover-rotate:hover img,
    img.emoji:hover {
        transition: all 500ms !important;
        transform: scale(1.2) rotate(360deg) !important;;
    }

    .cory-hover-scale:hover img,
    a.cory-hover-scale:hover img,
    button.cory-hover-scale:hover img {
        transition: all 500ms !important;;
        transform: scale(1.5) !important;;
    }

}