15 lines
280 B
YAML
15 lines
280 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: box-shadow
|
|
bounds: [ 0, 0, 1024, 1024 ]
|
|
color: green
|
|
clip-mode: outset
|
|
blur-radius: 10
|
|
border-radius: {
|
|
top-left: [10, 30],
|
|
top-right: [10, 30],
|
|
bottom-left: [30, 10],
|
|
bottom-right: [30, 10],
|
|
}
|
|
|