_editor_after.scss
1 year ago
_editor_after_admin_sidebar.scss
5 months ago
_editor_before.scss
2 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
2 years ago
_editor_before_icons.scss
3 years ago
_editor_before_navigation.scss
2 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
9 months ago
_editor_common_core.scss
3 months ago
_variables.scss
1 year ago
editor-block-build-marge.scss
2 weeks ago
_editor_before_tab.scss
28 lines
| 1 | /* 編集画面 |
| 2 | /*-------------------------------------------*/ |
| 3 | |
| 4 | .vk_tab{ |
| 5 | position: relative; |
| 6 | &.is-style-vk_tab_labels-line .vk_tab_labels { |
| 7 | margin-bottom: -1px; |
| 8 | } |
| 9 | ul.vk_tab_labels{ |
| 10 | margin:0; |
| 11 | padding: 0; |
| 12 | li { |
| 13 | margin-bottom:0; |
| 14 | } |
| 15 | } |
| 16 | // .vk_tab_bodys_body と隣接する .block-list-appender だけを対象にする |
| 17 | .vk_tab_bodys_body.block-editor-block-list__block + .block-list-appender { |
| 18 | position: absolute; |
| 19 | top: calc( 1rem * -6 ); |
| 20 | right: calc( 1rem * 0 ); |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | .vk_tab_bodys .vk_tab_bodys_body.vk_tab_bodys_body-state-active { |
| 25 | margin-top: 0; |
| 26 | margin-bottom: 0; |
| 27 | } |
| 28 |