1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-08 18:16:55 +00:00
now-playing/assets/scss/8-rwd/_rwd-reduced-motion.scss
2019-11-27 18:06:26 +01:00

25 lines
692 B
SCSS

/* ----------------------------------------------------------- */
/* == rwd -> reduced motion */
/* ----------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
/* Glitch text
-------------------------------------------------------------- */
.glitch::before,
.glitch::after,
.glitch--hover:hover::before,
.glitch--hover:hover::after {
animation: none;
}
/* Catalog
-------------------------------------------------------------- */
.catalog-item__content:hover .catalog-item__visual,
.catalog-item__content:active .catalog-item__visual,
.catalog-item__content:focus .catalog-item__visual {
transform: none;
}
}