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