deprecated
2 months ago
block.json
1 month ago
edit.js
2 months ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
2 months ago
style.scss
43 lines
| 1 | |
| 2 | /*-------------------------------------------*/ |
| 3 | /* CSS |
| 4 | /*-------------------------------------------*/ |
| 5 | /*-------------------------------------------*/ |
| 6 | /* .vk_icon_icon_outer |
| 7 | /*-------------------------------------------*/ |
| 8 | .vk_icons { |
| 9 | @media screen and (max-width: 992px) { |
| 10 | margin-bottom: 1.5em; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | .vk_icons { //編集画面で負けるので� |
| 15 | �頭に追加 |
| 16 | |
| 17 | &_col { |
| 18 | display: flex; |
| 19 | flex-wrap: wrap; |
| 20 | clear: both; /* To be cope with inline image float and so on. */ |
| 21 | margin-left: -8px; |
| 22 | |
| 23 | .vk_icon { |
| 24 | margin: 4px 0 4px 8px; |
| 25 | |
| 26 | &_frame { |
| 27 | line-height: 1; |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | &-justify-center { |
| 32 | justify-content: center; |
| 33 | } |
| 34 | |
| 35 | &-justify-right { |
| 36 | justify-content: flex-end; |
| 37 | } |
| 38 | |
| 39 | &-justify-space-between { |
| 40 | justify-content: space-between; |
| 41 | } |
| 42 | } |
| 43 | } |