| | |
| | | opacity: .8; |
| | | } |
| | | |
| | | .radio-options.status label { |
| | | .field.radio.status label { |
| | | padding: 0 .5rem; |
| | | } |
| | | |
| | |
| | | flex: unset!important; |
| | | } |
| | | |
| | | .radio-options { |
| | | .field.radio { |
| | | --gap: .125rem .5rem; |
| | | } |
| | | |
| | | .radio-options input:not(.ch) + label::before { |
| | | .field.radio input:not(.ch) + label::before { |
| | | display: none!important; |
| | | } |
| | | |
| | | .radio-options input:not(.ch) + label { |
| | | .field.radio input:not(.ch) + label { |
| | | flex: unset!important; |
| | | padding: .25rem!important; |
| | | border-radius: 4px; |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | .radio-options input:not(.ch) + label:hover, |
| | | .radio-options input:not(.ch):checked + label { |
| | | .field.radio input:not(.ch) + label:hover, |
| | | .field.radio input:not(.ch):checked + label { |
| | | border-color: var(--action-0); |
| | | color: var(--action-0); |
| | | } |
| | |
| | | Tag Field |
| | | */ |
| | | /* Tag List Field */ |
| | | .field.tag-list .field-input-wrapper { |
| | | flex-direction: column; |
| | | } |
| | | .field.tag-list .row { |
| | | margin-bottom: 1rem; |
| | | --align: flex-end; |
| | | } |
| | | |
| | | .field.tag-list .row .field { |
| | |
| | | opacity: 1; |
| | | transform: translateY(0); /* End at its normal position */ |
| | | } |
| | | } |
| | | |
| | | .field.radio fieldset { |
| | | display:flex; |
| | | } |