parent
ddaf4d410e
commit
e500e57810
1 changed files with 10 additions and 0 deletions
|
|
@ -118,3 +118,13 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue