Sha256: f3d5aede726c7320268c2d0148bdd684c758ceb5c6475237911ebd3eaacf56f9
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
// Table of Contents // ================================================== // Xpull // Xpull // ================================================== .xpull { color: color(gray); display: none; font-size: text-size(s); height: 0; margin: 0 auto; overflow: hidden; 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-15.0.10 | vendor/assets/stylesheets/components/_xpull.scss |