style: kanban .card.physical-sample header

Refs: #74
This commit is contained in:
Timothée Goguely 2024-12-20 11:45:05 +01:00
parent ddaf4d410e
commit e500e57810

View file

@ -118,3 +118,13 @@
position: relative;
z-index: 2;
}
.card.physical-sample header {
background: linear-gradient(90deg, hsla(0, 0%, 10%, .5) 0%, hsla(0, 0%, 10%, .9) 50%, hsla(0, 0%, 10%, .9) 100%), var(--cover), var(--color-black);
background-repeat: no-repeat;
background-size: cover;
color: var(--color-white);
}
.card.physical-sample h3 {
position: static;
}