Sha256: 581d9227d88e8d02048e64a0bd7818923d2fa9c4e65418619b6ac31a1b4d4aae
Contents?: true
Size: 1012 Bytes
Versions: 3
Compression:
Stored size: 1012 Bytes
Contents
// Table of Contents // ================================================== // Xpull // Xpull // ================================================== .xpull { color: color(gray); display: none; font-size: text-size(s); height: 0; margin: 0 auto; position: relative; text-align: center; transform: translate3d(0, 0, 0) rotate(0deg); } .xpull-pulled { .xpull-arrow { top: 5px; transform: rotate(180deg); } } .xpull-arrow { @include transition(transform 0.3s ease-in-out); background: color(gray); border-top-left-radius: border-radius(b); border-top-right-radius: border-radius(b); height: 10px; margin: 5px auto 0; position: relative; width: 4px; &::after { border-top: 6px solid color(gray); border-left: 5px solid transparent; border-right: 5px solid transparent; content: ''; height: 0; left: -3px; position: absolute; top: 100%; width: 0; } } .xpull-spinner { display: none; font-size: text-size(xl); padding: 20px 0; }
Version data entries
3 entries across 3 versions & 1 rubygems