Sha256: bddd3d27c07de3a7a4d3c84484ee9dfd2a35af7f326a087e12c49338ac951d60
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
// ============================================================================= // Forms // ============================================================================= @import "bootstrap/forms"; // Hack to hide simple form legend tag, should be removed in simple form // instead of here. legend { display: none; } label { margin-bottom: 8px; font-size: 12px; font-weight: 400; letter-spacing: .1em; color: $gray; text-transform: uppercase; vertical-align: middle; } .form-control { box-shadow: none; &:hover { border-color: $gray-light; } &:focus, &:active { outline: none; box-shadow: none; } } // Inline validations // ============================================================================= .help-inline, .help-inline a { display: inline-block; margin-bottom: 8px; margin-left: 15px; font-size: 12px; font-weight: 400; letter-spacing: .1em; color: $gray-light; text-transform: uppercase; vertical-align: middle; a { margin: 0; color: $gray-light; transition: color $base-transition-speed linear; &:hover { color: $brand-primary; text-decoration: none; } } } .error-inline { color: rgba($brand-danger, .7); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.0.0.rc4 | app/assets/stylesheets/locomotive/unauthorized/_forms.scss |
locomotivecms-3.0.0.rc3 | app/assets/stylesheets/locomotive/unauthorized/_forms.scss |