_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_custom-css-extension.scss
31 lines
| 1 | .vk_edit_custom_css { |
| 2 | border: 1px dashed #ccc !important; |
| 3 | left:0; |
| 4 | &:before { |
| 5 | position:absolute !important; |
| 6 | right:0; |
| 7 | top:0; |
| 8 | font-size:10px; |
| 9 | background: #eeeeee; |
| 10 | padding: .2em .6em; |
| 11 | z-index: 1000; |
| 12 | line-height: 1.2; |
| 13 | letter-spacing: 1px; |
| 14 | content: 'Custom CSS' !important; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | // animationブロックの中のブロックにカスタムCSSを使われた時にラベルがかぶらないようにずらす |
| 19 | .vk_animation>.block-editor-inner-blocks>.block-editor-block-list__layout { |
| 20 | &>*[class*="vk_custom_css-"]*="vk_custom_css-""]:before { |
| 21 | top: 2em; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .vk-custom-css-sample-code { |
| 26 | white-space: pre-wrap; |
| 27 | padding: 16px; |
| 28 | display: block; |
| 29 | background: #f5f5f5; |
| 30 | } |
| 31 |