shadow-border.yaml (351B)
1 --- 2 root: 3 items: 4 - 5 type: "shadow" 6 blur-radius: 25 7 bounds: [0, 0, 90, 90] 8 offset: [0, 0] 9 color: [0, 0, 0, 0.8] 10 - 11 type: border 12 bounds: [ 30, 30, 30, 30 ] 13 width: [ 15, 15, 15, 15 ] 14 border-type: normal 15 style: solid 16 color: blue 17 radius: 0 18 - 19 type: "pop-all-shadows"