Sha256: 82022d45d9a4366acaad8cb08df0fbbed9bee6d5e191bfa836c031acfd825b4f
Contents?: true
Size: 638 Bytes
Versions: 11
Compression:
Stored size: 638 Bytes
Contents
// // Forms // -------------------------------------------------- .form-control { &[disabled], &[readonly], fieldset[disabled] & { border-color: $input-border-disabled !important; @include box-shadow(none); color: #969696; } &:hover { border-color: $input-border-hover; .has-error & { border-color: darken($state-danger-text, 10%); } .has-success & { border-color: darken($state-success-text, 10%); } .has-warning & { border-color: darken($state-warning-text, 10%); } } } .input-group .input-group-btn .btn { @include box-shadow(none); } label { font-weight: 600; }
Version data entries
11 entries across 11 versions & 1 rubygems