Sha256: ecd8391b2ac03352553d5789810906fc665b430ce0105acfb0eeb3da5d3ee0f5
Contents?: true
Size: 586 Bytes
Versions: 26
Compression:
Stored size: 586 Bytes
Contents
//Styling for Input .RevInput { input { outline: 0; box-shadow: none; } } .RevInput--label { } .RevInput--innerLabel { } .RevInput-radio, .RevInput-checkbox { line-height: 1.65; margin-bottom: 5px; padding-left: 20px; position: relative; &:hover, &:active, &:focus { .RevInput--innerLabel { color: $primary-color; } } input { left: 0; position: absolute; top: 6px; } input:checked { & + .RevInput--innerLabel { color: $primary-color; font-weight: bold; } } } .RevInput--input { } .RevError { }
Version data entries
26 entries across 26 versions & 1 rubygems