Sha256: 7ac30ef2d0bb578b55eea065ae0379aea5862fb4a5c7152021e583c2c1ba13d2
Contents?: true
Size: 891 Bytes
Versions: 62
Compression:
Stored size: 891 Bytes
Contents
/*------------------------------------*\ #VALUE \*------------------------------------*/ $value-error-color: $red !default; /** * 1. for use with `p` tags */ .value { margin: 0; /* [1] */ .button-property & { display: inline-block; margin-right: $spacing-unit; vertical-align: middle; } } .value__note { display: block; } /** * 1. focus ring matches error color * 2. when specifically applied to a `.text-box` component */ .value__error { display: block; color: $value-error-color; font-size: $form-control-font-size; &:focus { @include focus-ring($value-error-color); /* [1] */ } &.text-box {/* [2] */ border-color: $value-error-color; } .button-property & { display: inline-block; } }
Version data entries
62 entries across 62 versions & 1 rubygems