_editor_after.scss
6 days ago
_editor_after_admin_sidebar.scss
6 months ago
_editor_before.scss
6 days ago
_editor_before_animation.scss
11 months ago
_editor_before_appender.scss
3 years ago
_editor_before_archive-list.scss
3 years ago
_editor_before_balloon.scss
2 years ago
_editor_before_border-box.scss
3 years ago
_editor_before_breadcrumb.scss
3 years ago
_editor_before_button-outer.scss
3 years ago
_editor_before_button.scss
1 year ago
_editor_before_custom-block-variation.scss
2 years ago
_editor_before_custom-css-extension.scss
2 years ago
_editor_before_faq.scss
3 years ago
_editor_before_fixed-display.scss
11 months ago
_editor_before_grid-column.scss
6 days ago
_editor_before_gridcolcard.scss
1 year ago
_editor_before_icon-card.scss
3 years ago
_editor_before_icon.scss
3 years ago
_editor_before_icon_list.scss
6 days ago
_editor_before_icons.scss
3 years ago
_editor_before_navigation.scss
2 months ago
_editor_before_outer.scss
9 months ago
_editor_before_select-post.scss
6 days ago
_editor_before_slider.scss
1 year ago
_editor_before_tab.scss
1 year ago
_editor_before_table.scss
3 years ago
_editor_before_template_inserter.scss
3 years ago
_editor_before_vk-heading.scss
3 years ago
_editor_before_vk-posts.scss
6 days ago
_editor_common_core.scss
6 days ago
_variables.scss
2 years ago
editor-block-build-marge.scss
6 days ago
_editor_before_custom-block-variation.scss
45 lines
| 1 | .custom_block_variation_modal { |
| 2 | .components-modal__content { |
| 3 | padding-bottom: 0; |
| 4 | } |
| 5 | .move-button-container { |
| 6 | display: flex; |
| 7 | flex-direction: column; |
| 8 | .components-button.has-icon { |
| 9 | height: 24px; |
| 10 | padding: 6px; |
| 11 | } |
| 12 | } |
| 13 | .block-mover-button.is-up-button svg { |
| 14 | top: 5px; |
| 15 | flex-shrink: 0; |
| 16 | position: relative; |
| 17 | } |
| 18 | |
| 19 | .block-mover-button.is-down-button svg { |
| 20 | bottom: 5px; |
| 21 | flex-shrink: 0; |
| 22 | position: relative; |
| 23 | } |
| 24 | h4 { |
| 25 | margin-top: 0; |
| 26 | margin-bottom: 12px; |
| 27 | } |
| 28 | .block-variation-error-text { |
| 29 | margin-top: 8px; |
| 30 | margin-bottom: 0; |
| 31 | color: #c00; |
| 32 | } |
| 33 | .block-variation-category-list { |
| 34 | .components-base-control { |
| 35 | margin-bottom: 8px; |
| 36 | } |
| 37 | } |
| 38 | .components-base-control + .components-base-control{ |
| 39 | margin-top: 8px; |
| 40 | } |
| 41 | .components-form-token-field__label{ |
| 42 | font-size: 12px; |
| 43 | } |
| 44 | } |
| 45 |