_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_icon.scss
36 lines
| 1 | .vk_icon{ |
| 2 | &.wp-block{ |
| 3 | margin-top:0; |
| 4 | margin-bottom:0; |
| 5 | } |
| 6 | } |
| 7 | |
| 8 | // iconブロックのサイドバー調整CSS (サイズと余白の設定) |
| 9 | .components-panel__body .vk_icon_custombox { |
| 10 | display: inline-flex; |
| 11 | justify-content: flex-start; |
| 12 | align-items: flex-start; |
| 13 | width: 100%; |
| 14 | |
| 15 | &_number { |
| 16 | flex: 1 1 0%; |
| 17 | margin-left: 8px; |
| 18 | height: 30px; |
| 19 | |
| 20 | input { |
| 21 | height: 30px; |
| 22 | min-height: 30px; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | &_unit { |
| 27 | width: 64px !important; |
| 28 | margin-left: 8px; |
| 29 | } |
| 30 | |
| 31 | &_reset.is-secondary { |
| 32 | height: 30px; |
| 33 | margin-left: 8px; |
| 34 | } |
| 35 | } |
| 36 |