blob: 9fe63176c06bc7588dc3041a1330eb1420165a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: box-shadow
bounds: [ 22, 22, 200, 80 ]
color: blue
clip-mode: inset
offset: -2 -2
blur-radius: 20
spread-radius: 0
border-radius:
top-left: [0, 0]
top-right: [0, 0]
bottom-left: [0, 0]
bottom-right: [0, 0]
|