Sha256: 08dd4df0a9c46d7e3639abcd347b40270027ea5a7fa35e9d6fb19a04a5f98c68
Contents?: true
Size: 746 Bytes
Versions: 12
Compression:
Stored size: 746 Bytes
Contents
.input.country:not(.filter_form_field), .input.select:not(.filter_form_field) { margin-bottom: 2em; position: relative; label { color: $label-font-color; cursor: pointer; display: block; font-size: 1em; font-weight: 500; margin-bottom: 0.5em; width: 100%; abbr { @include transition(opacity 50ms $transition-timing); border-bottom: 0; color: $input-required-color; margin-left: 2px; opacity: 0.8; } } .inline-errors { color: $error-color; left: 0; margin: 3px 0 0; position: absolute; top: 100%; } &.focused { label { color: $label-font-color-focused; font-weight: 500; abbr { opacity: 0.8; } } } }
Version data entries
12 entries across 12 versions & 1 rubygems