style.scss
63 lines
| 1 | .give-form-grid-inspector { |
| 2 | flex-direction: row !important; |
| 3 | align-items: center !important; |
| 4 | justify-content: space-between !important; |
| 5 | |
| 6 | &__filter { |
| 7 | margin-top: -18px !important; |
| 8 | } |
| 9 | |
| 10 | &__help { |
| 11 | font-size: 0.75rem; |
| 12 | color: rgb(117, 117, 117); |
| 13 | font-style: normal; |
| 14 | margin: -15px 0 15px 0 !important; |
| 15 | } |
| 16 | |
| 17 | .components-base-control__label { |
| 18 | margin: 0 !important; |
| 19 | } |
| 20 | |
| 21 | .components-base-control__field { |
| 22 | display: flex !important; |
| 23 | flex-direction: row!important; |
| 24 | align-items: center !important; |
| 25 | justify-content: space-between !important; |
| 26 | |
| 27 | .components-text-control__input { |
| 28 | flex: .7 !important; |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | .components-flex-item { |
| 33 | display: flex !important; |
| 34 | align-items: center !important; |
| 35 | justify-content: center !important; |
| 36 | |
| 37 | .components-input-control__label { |
| 38 | flex: 1 !important; |
| 39 | margin: 0 !important; |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | .components-input-control__container { |
| 44 | max-width: 135px !important; |
| 45 | |
| 46 | > select { |
| 47 | line-height: 1.2 !important; |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | .give-donation-form-grid--grid-settings { |
| 53 | .components-form-token-field { |
| 54 | label { display: none !important;} |
| 55 | } |
| 56 | |
| 57 | .exclude__form { |
| 58 | margin-top: 20px !important; |
| 59 | border: 1px solid transparent; |
| 60 | } |
| 61 | } |
| 62 | |
| 63 |