_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_template_inserter.scss
136 lines
| 1 | /* ブロックインサーター@サイドバー用 */ |
| 2 | .vkb-menu__template-part { |
| 3 | .block-editor-block-preview__content { |
| 4 | left: 50% !important; |
| 5 | margin-left: -50% !important; |
| 6 | } |
| 7 | &__button { |
| 8 | padding: 0; |
| 9 | width: 100%; |
| 10 | height: auto; |
| 11 | } |
| 12 | |
| 13 | // Card Outer |
| 14 | & &__card__container { |
| 15 | width: 100%; |
| 16 | height: 100%; |
| 17 | display: flex; |
| 18 | align-items: center; |
| 19 | justify-content: center; |
| 20 | max-width: none; |
| 21 | div[class*="vk_outer-bgPosition-"]*="vk_outer-bgPosition-""] { |
| 22 | background-attachment: unset !important; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | & &__card { |
| 27 | position: relative; |
| 28 | display: flex; |
| 29 | justify-content: center; |
| 30 | border: none; |
| 31 | margin: 0 0 0.5em; |
| 32 | cursor: pointer; |
| 33 | width: 90%; |
| 34 | padding: 0; |
| 35 | background: #fff; |
| 36 | transition: all 0.35s ease; |
| 37 | border: none; |
| 38 | // これがないとプレビューのカード� |
| 39 | の上下に余白ができる |
| 40 | .editor-styles-wrapper .block-editor-block-list__block { |
| 41 | margin-top: 0; |
| 42 | margin-bottom: 0; |
| 43 | } |
| 44 | .content { |
| 45 | width: 100%; |
| 46 | max-width: 100%; |
| 47 | h6 { |
| 48 | color: #666; |
| 49 | font-weight: 600; |
| 50 | text-transform: uppercase; |
| 51 | margin: 0 0 1em; |
| 52 | letter-spacing: 2px; |
| 53 | text-align: center; |
| 54 | } |
| 55 | .hover_content { |
| 56 | overflow: auto; |
| 57 | border-radius: 5px; |
| 58 | border: 1px solid #e5e5e5; |
| 59 | div.inner { |
| 60 | color: #6e6e70; |
| 61 | line-height: 1.4em; |
| 62 | overflow: hidden; |
| 63 | } |
| 64 | .edit-post-visual-editor { |
| 65 | position: initial; |
| 66 | padding-top: 0; |
| 67 | } |
| 68 | &:hover { |
| 69 | border: 1px solid #007cba; |
| 70 | } |
| 71 | .block-editor-block-preview__content { |
| 72 | width: 720px !important; |
| 73 | transform: scale(0.35) !important; |
| 74 | } |
| 75 | } |
| 76 | &:hover { |
| 77 | .logo { |
| 78 | margin-bottom: 0.5em; |
| 79 | } |
| 80 | .hover_content { |
| 81 | max-height: none; |
| 82 | height: 100%; |
| 83 | transform: none; |
| 84 | .inner { |
| 85 | width: 100%; |
| 86 | height: auto; |
| 87 | } |
| 88 | } |
| 89 | } |
| 90 | } //.content |
| 91 | } // &__card |
| 92 | } |
| 93 | .vkb-menu__template-part__button { |
| 94 | /* |
| 95 | If you want to change property of the height, |
| 96 | your working browser window size have to full size. |
| 97 | Because preview inner size was vary by window size. |
| 98 | */ |
| 99 | #vkb-menu__template-part__card0 .inner { |
| 100 | height: 100px; |
| 101 | } |
| 102 | #vkb-menu__template-part__card1 .inner { |
| 103 | height: 50px; |
| 104 | } |
| 105 | #vkb-menu__template-part__card2 .inner { |
| 106 | height: 120px; |
| 107 | } |
| 108 | #vkb-menu__template-part__card3 .inner { |
| 109 | height: 92px; |
| 110 | } |
| 111 | #vkb-menu__template-part__card4 .inner { |
| 112 | height: 73px; |
| 113 | } |
| 114 | #vkb-menu__template-part__card5 .inner { |
| 115 | height: 95px; |
| 116 | } |
| 117 | #vkb-menu__template-part__card6 .inner { |
| 118 | height: 115px; |
| 119 | } |
| 120 | #vkb-menu__template-part__card7 .inner { |
| 121 | height: 100px; |
| 122 | } |
| 123 | #vkb-menu__template-part__card8 .inner { |
| 124 | height: 100px; |
| 125 | } |
| 126 | #vkb-menu__template-part__card9 .inner { |
| 127 | height: 75px; |
| 128 | } |
| 129 | #vkb-menu__template-part__card10 .inner { |
| 130 | height: 100px; |
| 131 | } |
| 132 | #vkb-menu__template-part__card11 .inner { |
| 133 | height: 65px; |
| 134 | } |
| 135 | } |
| 136 |