Sha256: 822a5034c8aef19f101fb8e5d41c6cbc5f6dca68bc0decbfa23b060443d52a4d
Contents?: true
Size: 564 Bytes
Versions: 19
Compression:
Stored size: 564 Bytes
Contents
// ========================================================================== // Shorthand form text field styling classes // ========================================================================== // --- // TEXT FIELDS // --- .field-text { width: 100%; &.minimal { background-clip: padding-box; background-color: transparent; border-width: 2px; border-top: none; border-right: none; border-left: none; padding-right: 0 !important; padding-left: 0 !important; @include _placeholder-prefix() { color: map-get($colors, 6); } } }
Version data entries
19 entries across 19 versions & 1 rubygems