| 1 |
.is-style-angled { |
| 2 |
/* no suggestion */ |
| 3 |
@apply ext-items-center ext-justify-end; |
| 4 |
} |
| 5 |
|
| 6 |
.is-style-angled .wp-block-cover__image-background, |
| 7 |
.is-style-angled .wp-block-cover__video-background { |
| 8 |
/* no suggestion */ |
| 9 |
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%); |
| 10 |
z-index: 1; |
| 11 |
} |
| 12 |
|
| 13 |
@screen tablet { |
| 14 |
.is-style-angled .wp-block-cover__image-background, |
| 15 |
.is-style-angled .wp-block-cover__video-background { |
| 16 |
/* no suggestion */ |
| 17 |
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%); |
| 18 |
} |
| 19 |
} |
| 20 |
|