Sha256: 104bc65509d857b01657b31d652291de10265cebb8b0e32d977f829f4348fef2
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
// // Forms // -------------------------------------------------- .chars-remaining-pf span { font-weight: 600; padding-right: 5px; } .chars-warn-remaining-pf { color: $brand-danger; } .form-control { &[disabled], &[readonly], fieldset[disabled] & { border-color: $input-border-disabled !important; @include box-shadow(none); color: $color-pf-black-500; } &: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%); } } } .has-error, .has-success, .has-warning { .checkbox, .checkbox-inline, .control-label, .radio, .radio-inline, &.checkbox label, &.checkbox-inline label, &.radio label, &.radio-inline label{ color: $text-color; } } .help-block { margin-bottom: 0px; } .input-group .input-group-btn .btn { @include box-shadow(none); } label { font-weight: 600; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
patternfly-sass-3.5.0 | assets/stylesheets/patternfly/_forms.scss |
patternfly-sass-3.4.0 | assets/stylesheets/patternfly/_forms.scss |