_editor_after.scss
1 year ago
_editor_after_admin_sidebar.scss
5 months ago
_editor_before.scss
3 weeks ago
_editor_before_animation.scss
9 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
9 months ago
_editor_before_grid-column.scss
1 year 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
3 years ago
_editor_before_icons.scss
3 years ago
_editor_before_navigation.scss
3 weeks ago
_editor_before_outer.scss
7 months ago
_editor_before_select-post.scss
3 years 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
10 months ago
_editor_common_core.scss
3 months ago
_variables.scss
1 year ago
editor-block-build-marge.scss
3 weeks ago
_editor_before_appender.scss
45 lines
| 1 | // インサーター(親ブロックを選択時に末尾に表示される) |
| 2 | .wp-block-vk-blocks-icon-card.is-selected > .vk_posts-edit, |
| 3 | .vk_posts.is-selected > .vk_posts-edit, // カードブロック |
| 4 | .vk_buttons > .vk_buttons_col, |
| 5 | .vk_icons > .vk_icons_col, |
| 6 | .vk_posts.is-selected, |
| 7 | .swiper-container > .swiper-wrapper > div, |
| 8 | :is(.vk_gridColumn).is-selected { |
| 9 | & > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender{ |
| 10 | position: relative; |
| 11 | border:1px dashed #ccc; |
| 12 | display: flex; |
| 13 | justify-content: center; |
| 14 | align-items: center; |
| 15 | margin: 0 15px 15px; |
| 16 | min-height:50px; |
| 17 | &:hover{ |
| 18 | border-style: solid; |
| 19 | border-color:#333; |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | .vk_posts.wp-block-vk-blocks-card.is-selected { |
| 25 | & > .vk_posts-edit > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender{ |
| 26 | margin-bottom:30px; |
| 27 | } |
| 28 | } |
| 29 | .vk_buttons.is-selected > .vk_buttons_col { |
| 30 | & > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender{ |
| 31 | margin-top:4px; |
| 32 | width:100px; |
| 33 | } |
| 34 | } |
| 35 | .vk_icons.is-selected > .vk_icons_col { |
| 36 | & > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender{ |
| 37 | margin-top:4px; |
| 38 | width:100px; |
| 39 | } |
| 40 | } |
| 41 | .swiper-container > .swiper-wrapper > div { |
| 42 | & > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender { |
| 43 | margin: 0 0 15px; |
| 44 | } |
| 45 | } |