Sha256: f01d606b84fe27c3723caa20510f167e380c568baa21ab39c9dd7421565b9afc
Contents?: true
Size: 748 Bytes
Versions: 40
Compression:
Stored size: 748 Bytes
Contents
/*------------------------------------ Form Elements ------------------------------------*/ .u-form-control { padding: .8rem 1rem .6rem; &::placeholder { color: inherit; opacity: .3; } &::-moz-placeholder { color: inherit; opacity: .3; } &::-webkit-input-placeholder { color: inherit; opacity: .3; } &-sm { padding: .4rem .5rem .1rem; font-size: .875rem; } &-lg { padding: .75rem 1.5rem .55rem; font-size: 1.25rem; } &-shadow--focus:focus { box-shadow: 0 0 5px rgba($g-color-black, .3); } } .u-textarea-expandable { max-height: 42px; transition: { property: max-height; duration: .2s; timing-function: ease-in; } &:focus { max-height: 90px; } }
Version data entries
40 entries across 40 versions & 1 rubygems