| 1 |
.give-donor-wall-inspector { |
| 2 |
flex-direction: row !important; |
| 3 |
align-items: center !important; |
| 4 |
justify-content: space-between !important; |
| 5 |
|
| 6 |
.components-base-control__label { |
| 7 |
margin: 0 !important; |
| 8 |
} |
| 9 |
|
| 10 |
.components-base-control__field { |
| 11 |
display: flex !important; |
| 12 |
flex-direction: row!important; |
| 13 |
align-items: center !important; |
| 14 |
justify-content: space-between !important; |
| 15 |
|
| 16 |
.components-text-control__input { |
| 17 |
flex: .7 !important; |
| 18 |
} |
| 19 |
} |
| 20 |
|
| 21 |
.components-flex-item { |
| 22 |
display: flex !important; |
| 23 |
align-items: center !important; |
| 24 |
justify-content: center !important; |
| 25 |
|
| 26 |
.components-input-control__label{ |
| 27 |
flex: 1 !important; |
| 28 |
margin: 0 !important; |
| 29 |
} |
| 30 |
} |
| 31 |
|
| 32 |
.components-input-control__container { |
| 33 |
max-width: 165px !important; |
| 34 |
|
| 35 |
> select { |
| 36 |
line-height: 1.2 !important; |
| 37 |
} |
| 38 |
} |
| 39 |
} |
| 40 |
|
| 41 |
.give-wall--wall-settings { |
| 42 |
.components-form-token-field { |
| 43 |
margin-top: -18px !important; |
| 44 |
label { display: none !important;} |
| 45 |
} |
| 46 |
} |
| 47 |
|