extensions
1 month ago
general-settings
1 month ago
header
1 month ago
admin-rtl.css
1 year ago
admin.asset.php
1 month ago
admin.css
1 year ago
admin.js
1 month ago
blocks-rtl.css
1 year ago
blocks.asset.php
1 year ago
blocks.css
1 year ago
blocks.js
1 year ago
challenge.asset.php
1 year ago
challenge.js
1 year ago
blocks.css
19 lines
| 1 | div.st-block-preview { |
| 2 | background: white; |
| 3 | padding: 50px 25px; |
| 4 | border: 1px solid black; |
| 5 | } |
| 6 | |
| 7 | div.st-view-select label.components-input-control__label { |
| 8 | margin-bottom: 10px !important; |
| 9 | font-weight: 700; |
| 10 | } |
| 11 | |
| 12 | div.st-view-select |
| 13 | div.components-input-control__container |
| 14 | select.components-select-control__input { |
| 15 | height: -moz-fit-content; |
| 16 | height: fit-content; |
| 17 | } |
| 18 | |
| 19 |