mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 18:52:12 +03:00
d1b0c26da8
## 🔗 Relates to - Epic: #1232 - Issue: #1394 ## 🍿 Demo https://github.com/StanGirard/quivr/assets/67386567/ff3f9e4f-48df-42ab-9ed4-4dd59aca7ba9
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%
|
|
);
|
|
}
|