| | |
| | | } |
| | | |
| | | .field { |
| | | margin: 2rem 0; |
| | | padding: 2rem 0; |
| | | border: 2px solid var(--base); |
| | | border-left: 0; |
| | | border-right: 0; |
| | | position: relative; |
| | | } |
| | | |
| | |
| | | color: var(--contrast-200); |
| | | opacity: .8; |
| | | } |
| | | <<<<<<< HEAD |
| | | |
| | | .field.radio.status label { |
| | | ======= |
| | | .radio-options[data-field="post_status"] fieldset { |
| | | display: flex; |
| | | width: 100%; |
| | | } |
| | | .radio-options[data-field="post_status"] label { |
| | | >>>>>>> 75ac79b1e67a6bb4a195a86f55e5429cf2b4c3de |
| | | padding: 0 .5rem; |
| | | } |
| | | |
| | |
| | | margin-left: auto; |
| | | } |
| | | |
| | | .repeater .field-input-wrapper { |
| | | flex-direction: column; |
| | | } |
| | | .repeater .repeater-items { |
| | | width: 100%; |
| | | |
| | | } |
| | | |
| | | .remove-row, |
| | | .add-repeater-row { |
| | | margin-left: auto; |
| | | min-height: 0; |
| | | height: var(--chipchip); |
| | | background-color: var(--action-0); |
| | | } |
| | | |
| | | |
| | | /******************************************************* |
| | | UPLOADER |