Sha256: f5c765b37676ec236c80a5d1839676aa366765ab549e3b523fea816a64585817
Contents?: true
Size: 807 Bytes
Versions: 20
Compression:
Stored size: 807 Bytes
Contents
.form-control { box-shadow: none; } label { text-transform: uppercase; font-size: $font-size-base - 3; letter-spacing: 1px; color: $gray; font-weight: 500; input[type="radio"], input[type="checkbox"] { margin-top: 2px; } } span.or { @extend label; padding: 0 10px; } input.form-control { &:active, &:focus { border-color: lighten($brand-success, 20); box-shadow: none; } } .form-group { &.withError { label, .formError, .required { color: $brand-danger } input, .select2-choice { border-color: $brand-danger; } } } .fullwidth-input { display: block; width: 100%; } .help-block { color: lighten($gray-light, 20); font-weight: 300; } .checkbox > .help-block { margin-top: 0; } .display-inline { display: inline; }
Version data entries
20 entries across 20 versions & 2 rubygems