Sha256: 0449c3b96925959cd12d80c170743fd0066f31d5116422b46cc8a868e34c6368
Contents?: true
Size: 589 Bytes
Versions: 20
Compression:
Stored size: 589 Bytes
Contents
* { scroll-behavior: smooth; } /* * Deshabilita animaciones si la usuaria las tiene deshabilitadas */ @media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; animation: none !important; } } .inaccesible { outline: $red 1px solid; @extend .position-relative; &:focus::after { @extend .position-fixed; @extend .background-red; @extend .white; @extend .p-3; left: 0; bottom: 0; width: 100vw; font-size: 1rem; word-wrap: normal; line-break: auto; white-space: pre-line; content: attr(aria-label); } }
Version data entries
20 entries across 20 versions & 2 rubygems