Sha256: e7fff494ca0c05f2f89337e6ffdc3f4c6454b2ca5159296cf15b3f67ffcfbb65
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
// Help text // // Apply to any element you wish to create light text for placement immediately // below a form control. Use for general help, formatting, or instructional text. .help-block { display: block; // account for any element using help-block margin-top: 5px; margin-bottom: 10px; color: lighten($black, 25%); // lighten the text some for contrast }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro_sg-3.0.2 | sass-mixins/nitro-ui/forms/_help-block.scss |
nitro_sg-3.0.1 | sass-mixins/nitro-ui/forms/_help-block.scss |