_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_icon-card.scss
18 lines
| 1 | .wp-block-vk-blocks-icon-card .vk_icon-card_item_title { |
| 2 | background-color: transparent; |
| 3 | margin-top: 0.9em; |
| 4 | margin-bottom: 0.6em; |
| 5 | font-size: 21px; |
| 6 | line-height: 1.4em; |
| 7 | border: none; |
| 8 | border-radius: unset; |
| 9 | padding: 0; |
| 10 | outline: unset; |
| 11 | outline-offset: unset; |
| 12 | -webkit-box-shadow: unset; |
| 13 | box-shadow: unset; |
| 14 | display: block; |
| 15 | a { |
| 16 | color: var(--vk-color-text-body); |
| 17 | } |
| 18 | } |