| 1 |
p.wpvr-block-content { |
| 2 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; |
| 3 |
} |
| 4 |
|
| 5 |
.wpvr-base-control { |
| 6 |
padding: 0 16px; |
| 7 |
} |
| 8 |
.block-editor-block-card .block-editor-block-icon { |
| 9 |
margin-left: -6px!important; |
| 10 |
margin-right: 4px!important; |
| 11 |
padding: 0!important; |
| 12 |
height: 20px!important; |
| 13 |
} |
| 14 |
|
| 15 |
.wpvr-base-control label.components-base-control__label, |
| 16 |
.wpvr-base-control label.components-input-control__label { |
| 17 |
height: 18px; |
| 18 |
} |
| 19 |
|
| 20 |
.wpvr-base-control .components-text-control__input { |
| 21 |
height: 30px; |
| 22 |
} |
| 23 |
|
| 24 |
.wpvr-radius-base-control, |
| 25 |
.wpvr-mobile-height-base-control, |
| 26 |
.wpvr-height-base-control, |
| 27 |
.wpvr-width-base-control { |
| 28 |
float: left; |
| 29 |
width: 199px; |
| 30 |
padding-right: 0; |
| 31 |
position: relative; |
| 32 |
top: -2px; |
| 33 |
} |
| 34 |
|
| 35 |
.wpvr-radius-unit-control, |
| 36 |
.wpvr-mobile-height-unit-control, |
| 37 |
.wpvr-height-unit-control, |
| 38 |
.wpvr-width-unit-control { |
| 39 |
position: relative; |
| 40 |
top: -2px; |
| 41 |
left: -1px; |
| 42 |
padding-left: 0; |
| 43 |
width: 80px; |
| 44 |
} |
| 45 |
|
| 46 |
.wpvr-height-unit-control { |
| 47 |
top: 6px; |
| 48 |
} |
| 49 |
|
| 50 |
.wpvr-mobile-height-unit-control { |
| 51 |
top: 6px; |
| 52 |
} |
| 53 |
.wpvr-radius-unit-control { |
| 54 |
top: 6px; |
| 55 |
} |
| 56 |
|
| 57 |
.wpvr-radius-unit-control select, |
| 58 |
.wpvr-mobile-height-unit-control select, |
| 59 |
.wpvr-height-unit-control select, |
| 60 |
.wpvr-width-unit-control select { |
| 61 |
height: 30px!important; |
| 62 |
} |
| 63 |
|
| 64 |
|
| 65 |
.components-panel__body.block-editor-block-inspector__advanced { |
| 66 |
clear: left; |
| 67 |
margin-top: 30px; |
| 68 |
} |