-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-gradient.json
More file actions
51 lines (51 loc) · 1.07 KB
/
style-gradient.json
File metadata and controls
51 lines (51 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"borders": {
"enabled": true,
"gradient": {
"start": {
"color": "#FF0000",
"x": 0,
"y": 0
},
"end": {
"color": "#00FF00",
"x": 1,
"y": 1
}
},
"gap": 20.0,
"top": {
"enabled": true,
"height": 20.0
},
"left": {
"enabled": true,
"width": 40.0
},
"right": {
"enabled": true,
"width": 20.0
},
"bottom": {
"enabled": true,
"height": 20.0
},
"corners": {
"enabled": true,
"radius": 15,
"topleft": {
"enabled": true,
"radius": 25
},
"topright": {
"enabled": true
},
"bottomleft": {
"enabled": true
},
"bottomright": {
"enabled": true
}
}
}
}