_editor_after.scss
5 days ago
_editor_after_admin_sidebar.scss
6 months ago
_editor_before.scss
5 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
5 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
5 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
5 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
5 days ago
_editor_common_core.scss
5 days ago
_variables.scss
2 years ago
editor-block-build-marge.scss
5 days ago
_editor_before_breadcrumb.scss
29 lines
| 1 | /*-------------------------------------------*/ |
| 2 | /* vk_breadcrumb |
| 3 | /*-------------------------------------------*/ |
| 4 | .editor-styles-wrapper { |
| 5 | .is-layout-constrained > .wp-block-vk-blocks-breadcrumb { |
| 6 | // X-T9 などブロックテーマで theme.json から blockGap 指定のある場合の |
| 7 | // .editor-styles-wrapper .is-layout-constrained > * + * { |
| 8 | // margin-block-start: var(--wp--custom--spacing--small); |
| 9 | // } などの打ち消し |
| 10 | margin-block-start: 0; |
| 11 | } |
| 12 | .wp-block-vk-blocks-breadcrumb { |
| 13 | font-size: 12px; |
| 14 | margin-block-start: 0; |
| 15 | .vk_breadcrumb { |
| 16 | font-size: inherit; |
| 17 | } |
| 18 | } |
| 19 | .vk_breadcrumb { |
| 20 | .vk_breadcrumb_list { |
| 21 | margin-block-start: 0; |
| 22 | padding-left:0; |
| 23 | } |
| 24 | .vk_breadcrumb_list_item { |
| 25 | margin:0; |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 |