| 1 |
.elementor-shape { |
| 2 |
overflow: hidden; |
| 3 |
position: absolute; |
| 4 |
left: 0; |
| 5 |
width: 100%; |
| 6 |
line-height: 0; |
| 7 |
direction: ltr; |
| 8 |
/* |
| 9 |
* @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue. |
| 10 |
* It will be removed in a future version of Chrome. |
| 11 |
*/ |
| 12 |
} |
| 13 |
.elementor-shape-top { |
| 14 |
top: -1px; |
| 15 |
} |
| 16 |
.elementor-shape-top:not([data-negative=false]) svg { |
| 17 |
z-index: -1; |
| 18 |
} |
| 19 |
.elementor-shape-bottom { |
| 20 |
bottom: -1px; |
| 21 |
} |
| 22 |
.elementor-shape-bottom:not([data-negative=true]) svg { |
| 23 |
z-index: -1; |
| 24 |
} |
| 25 |
.elementor-shape[data-negative=false].elementor-shape-bottom { |
| 26 |
transform: rotate(180deg); |
| 27 |
} |
| 28 |
.elementor-shape[data-negative=true].elementor-shape-top { |
| 29 |
transform: rotate(180deg); |
| 30 |
} |
| 31 |
.elementor-shape svg { |
| 32 |
display: block; |
| 33 |
width: calc(100% + 1.3px); |
| 34 |
position: relative; |
| 35 |
left: 50%; |
| 36 |
transform: translateX(-50%); |
| 37 |
} |
| 38 |
.elementor-shape .elementor-shape-fill { |
| 39 |
fill: #fff; |
| 40 |
transform-origin: center; |
| 41 |
transform: rotateY(0deg); |
| 42 |
} |
| 43 |
|
| 44 |
/*# sourceMappingURL=shapes.css.map */ |