PluginProbe
Extendify / 0.3.0
Extendify v0.3.0
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
extendify / utility-framework / block-styles / cover-angled.css

cover-angled.css in Extendify 0.3.0, at utility-framework/block-styles/cover-angled.css

20 lines 521 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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