_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_balloon.scss
61 lines
| 1 | .wp-block[data-type="vk-blocks/balloon"]="vk-blocks/balloon""]::after{ |
| 2 | content: ""; |
| 3 | display: block; |
| 4 | clear: both; |
| 5 | } |
| 6 | .editor-styles-wrapper { |
| 7 | .vk_balloon{ |
| 8 | figure, |
| 9 | p.wp-block{ |
| 10 | width: 100%; |
| 11 | } |
| 12 | &_icon{ |
| 13 | button.image-button { |
| 14 | height: auto; |
| 15 | } |
| 16 | &_image{ |
| 17 | width: 64px; |
| 18 | height: 64px; |
| 19 | max-width: initial; |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .block-editor-block-list__block .block-list-appender{ |
| 26 | // margin: inherit; |
| 27 | } |
| 28 | |
| 29 | .icon-image-list { |
| 30 | display: flex; |
| 31 | flex-wrap: wrap; |
| 32 | } |
| 33 | |
| 34 | .icon-image-list div { |
| 35 | width: calc((100% - (10px * 4)) / 5); |
| 36 | margin: 5px; |
| 37 | } |
| 38 | |
| 39 | .icon-image-list div:nth-child(5n + 1) { |
| 40 | margin-left: 0; |
| 41 | } |
| 42 | |
| 43 | .icon-image-list div:nth-child(5n) { |
| 44 | margin-right: 0; |
| 45 | } |
| 46 | |
| 47 | .wp-core-ui .icon-image-list .button.button-large { |
| 48 | padding: 0; |
| 49 | margin: 0; |
| 50 | width: 40px; |
| 51 | height: 40px; |
| 52 | object-fit: cover; |
| 53 | border-radius: 50%; |
| 54 | img{ |
| 55 | width: 38px; |
| 56 | height: 38px; |
| 57 | object-fit: cover; |
| 58 | border-radius: 50%; |
| 59 | } |
| 60 | } |
| 61 |