_admin-balloon.scss
3 years ago
_admin-block-manager.scss
9 months ago
_admin-breadcrumb.scss
2 years ago
_admin-common.scss
3 years ago
_admin-custom-block-style.scss
3 years ago
_admin-custom-format.scss
3 years ago
_admin-import-export.scss
3 years ago
_admin-margin.scss
3 years ago
admin-merge.scss
2 years ago
_admin-margin.scss
54 lines
| 1 | .margin-setting { |
| 2 | .unit-select { |
| 3 | width: 7em; |
| 4 | } |
| 5 | &__unit { |
| 6 | display: flex; |
| 7 | align-items: center; |
| 8 | margin-bottom: 1em; |
| 9 | span { |
| 10 | margin-right: 4px; |
| 11 | } |
| 12 | .components-base-control__field { |
| 13 | margin-bottom: 0; |
| 14 | } |
| 15 | } |
| 16 | &__table { |
| 17 | width: 100%; |
| 18 | td { |
| 19 | padding:2px 3px; |
| 20 | } |
| 21 | tbody { |
| 22 | th, |
| 23 | td { |
| 24 | width:6em; |
| 25 | &.margin-setting__custom { |
| 26 | width:auto; |
| 27 | } |
| 28 | } |
| 29 | th { |
| 30 | text-align: left; |
| 31 | font-weight:normal; |
| 32 | } |
| 33 | } |
| 34 | .components-base-control__field { |
| 35 | margin: 0; |
| 36 | } |
| 37 | .components-text-control__input, |
| 38 | .components-input-control__input { |
| 39 | margin:0; |
| 40 | margin-bottom:0 !important; |
| 41 | background-color: #fff; |
| 42 | } |
| 43 | .components-input-control__input { |
| 44 | text-align: right; |
| 45 | } |
| 46 | .components-input-control__container .components-input-control__input { |
| 47 | width: 5em; |
| 48 | } |
| 49 | .margin-setting__custom input { |
| 50 | width:100%; |
| 51 | } |
| 52 | } |
| 53 | } |
| 54 |