mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-08 08:37:27 +03:00
9 lines
136 B
CSS
9 lines
136 B
CSS
|
.bg-slanted-upwards {
|
||
|
clip-path: polygon(
|
||
|
0 0,
|
||
|
100% 0,
|
||
|
100% max(70px, calc(100% - 100vw * tan(12deg))),
|
||
|
0 100%
|
||
|
);
|
||
|
}
|