Changeset View
Changeset View
Standalone View
Standalone View
common/static/common/styles/studio/_forms.scss
| Show First 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | .form-check-label { | ||||
| input { | input { | ||||
| vertical-align: middle !important; | vertical-align: middle !important; | ||||
| margin-right: 4px; | margin-right: 4px; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| .form-control:disabled, | .form-control { | ||||
| .form-control[readonly] { | |||||
| opacity: .5; | &:disabled, | ||||
| &[readonly] { | |||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| background-position: right 10px center; | background-position: right 10px center; | ||||
| padding-right: $spacer * 2; | padding-right: $spacer * 2; | ||||
| } | } | ||||
| &:disabled { | |||||
| opacity: .5; | |||||
| } | |||||
| &[readonly] { | |||||
| opacity: .75; | |||||
| } | |||||
| } | |||||
| .form-control { | |||||
| &.is-valid, | |||||
| &.is-invalid { | |||||
| border-width: 2px; | |||||
| } | |||||
| } | |||||
| .invalid-feedback { | |||||
| ul { | |||||
| list-style: none; | |||||
| padding: 0; | |||||
| margin-bottom: 0; | |||||
| } | |||||
| } | |||||