Sha256: ce7b877d0b48f9620bce0031745bf8d34405c223695847114fe672a89f69cc83
Contents?: true
Size: 1023 Bytes
Versions: 1
Compression:
Stored size: 1023 Bytes
Contents
@import "compass/css3"; @import "compass/css3/border-radius"; @import "compass/css3/images"; @import "compass/css3/text-shadow"; @mixin hover-link { text-decoration: none; &:hover { text-decoration: underline; } } @mixin locomotive-link { a { @include hover-link; color: #1F82BC; } } @mixin default-input-style { padding: 4px 5px; color: #17171B; font-size: 14px; font-weight: bold; border: 1px solid #b5b7c4; @include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 25%, #f9f9f9 25%, #ffffff 50%, #ffffff)); } @mixin path-input-style { background: transparent; outline: none; margin: 0 5px; width: 30%; border: none; border-bottom: 1px solid #B5B7C4; color: #787A89; font-size: 14px; } @mixin editable { padding: 2px 25px 2px 6px; color: #1e1f26; outline: none; cursor: pointer; &:hover { text-decoration: none; background: #fffbe5 image-url("locomotive/form/pen.png") no-repeat right 5px; border-bottom: 1px dotted #efe4a5; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-2.0.0.rc1 | app/assets/stylesheets/locomotive/shared/_helpers.css.scss |