inset-alpha.yaml (379B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 100, 100] 6 items: 7 - type: rect 8 bounds: [ 0, 0, 100, 100 ] 9 color: [0, 255, 0] 10 - type: box-shadow 11 bounds: [ 0, 0, 100, 100 ] 12 clip-mode: inset 13 color: [255, 255, 255, 0.1] 14 blur-radius: 100