_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_after_admin_sidebar.scss
41 lines
| 1 | /* * * * * * * * * * * * * * * * * * * * * |
| 2 | Admin Setting Sidebar utility |
| 3 | */ |
| 4 | .vk-radioControl { |
| 5 | .components-radio-control__option{ |
| 6 | display: flex; |
| 7 | } |
| 8 | } |
| 9 | .font-size-11px { |
| 10 | font-size: 11px; |
| 11 | } |
| 12 | .font-size-14px { |
| 13 | font-size: 14px; |
| 14 | } |
| 15 | |
| 16 | // 下部余白のついたコンポーネントの下に文字を表示したりするためのクラス |
| 17 | .offset-mt-18px { |
| 18 | &, |
| 19 | &.alert { |
| 20 | margin-top:-18px; |
| 21 | margin-bottom:18px; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | /* テーマ側で定義されている場合もあるが、ない場合もあるのでここにも記載 */ |
| 26 | .text-danger { |
| 27 | color: #dc3545!important; |
| 28 | } |
| 29 | .editor-sidebar { |
| 30 | .alert { |
| 31 | ul { |
| 32 | padding-left:1.2em; |
| 33 | list-style: disc; |
| 34 | } |
| 35 | p + p { |
| 36 | margin-top:1em; |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 | |
| 41 |