Sha256: 12aeba72a64429f8232a6602b415859343599afc7ceb06518ff4d1f6f077c3c3
Contents?: true
Size: 663 Bytes
Versions: 40
Compression:
Stored size: 663 Bytes
Contents
/*------------------------------------ Fields Group v1 ------------------------------------*/ .u-input-group-v1 { position: relative; input:not([type="checkbox"], [type="radio"]), textarea, [class*="u-select"] { line-height: 1.75rem; padding: 40px 15px 10px; &:focus, &[value], &[placeholder], &.g-state-not-empty { & + label { top: 20px; font-size: 90%; } } } label { position: absolute; top: 50%; left: 15px; transition: { property: top, font-size; duration: .2s; timing-function: ease; } transform: translateY(-50%); margin-bottom: 0; } }
Version data entries
40 entries across 40 versions & 1 rubygems