css
This commit is contained in:
parent
10d834fdab
commit
f836163bf8
|
@ -106,8 +106,10 @@
|
||||||
color: var(--text-p0)
|
color: var(--text-p0)
|
||||||
&[position=top]
|
&[position=top]
|
||||||
top: 0
|
top: 0
|
||||||
|
background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0))
|
||||||
&[position=bottom]
|
&[position=bottom]
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2))
|
||||||
div+div
|
div+div
|
||||||
margin-top: 4px
|
margin-top: 4px
|
||||||
.cap
|
.cap
|
||||||
|
|
Loading…
Reference in New Issue