Sha256: 08ff74ad5ec7ce7c2a00879f85396c9e613352e22efef3dc6c2c1f545aadb34c
Contents?: true
Size: 845 Bytes
Versions: 40
Compression:
Stored size: 845 Bytes
Contents
/*-------------------------------------------------- Counter v1 ----------------------------------------------------*/ .u-counter-v3 { position: relative; } .u-counter-v3::after { content: ""; position: absolute; left: -9px; right: -9px; bottom: -9px; top: -9px; display: block; border-radius: inherit; border-width: 1px; border-style: solid; border-color: inherit; } /*-------------------------------------------------- Counter v6 ----------------------------------------------------*/ .u-counter-v6 { position: relative; width: 120px; height: 120px; } .u-counter-v6::after { content: ""; position: absolute; top: -11px; right: -11px; bottom: -11px; left: -11px; display: block; border-radius: inherit; border-width: 2px; border-style: inherit; border-color: inherit; clip: rect(auto, 71px, 142px, auto); }
Version data entries
40 entries across 40 versions & 1 rubygems