Sha256: e45add77d59b594477d5641651339be2ac7d06c80befd48f7d948f43793ba1f9
Contents?: true
Size: 514 Bytes
Versions: 122
Compression:
Stored size: 514 Bytes
Contents
/* Slideshow button */ .fancybox-button--play {} .fancybox-button--play::before, .fancybox-button--pause::before { top: calc(50% - 6px); left: calc(50% - 4px); background: transparent; } .fancybox-button--play::before { width: 0; height: 0; border-top: 6px inset transparent; border-bottom: 6px inset transparent; border-left: 10px solid; border-radius: 1px; } .fancybox-button--pause::before { width: 7px; height: 11px; border-style: solid; border-width: 0 2px 0 2px; }
Version data entries
122 entries across 122 versions & 1 rubygems