Sha256: c071066e843e94d36420c0980557b969023c97950f2658eb53521f92b131f859
Contents?: true
Size: 712 Bytes
Versions: 13
Compression:
Stored size: 712 Bytes
Contents
@import "compass/css3/border-radius"; @import "compass/css3/text-shadow"; @import "locomotive/shared/helpers"; /* ___ quick upload ___ */ form.quick-upload { display: inline; input[type=file] { position: absolute; left: -9999px; } } /* ___ list ___ */ p.no-items { background: #fffbe6; border: 5px solid #eee3a8; @include border-radius(25px); padding: 15px 0px; text-align: center; color: #9d8963; font-size: 16px !important; @include single-text-shadow(rgba(255, 255, 255, 1), 1px, 1px, 1px); a { @include hover-link; color: #ff2900; } } /* ___ stop window scrolling (when an ui-dialog is open) ___ */ .stop-scrolling { height: 100%; overflow: hidden; }
Version data entries
13 entries across 13 versions & 1 rubygems