-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.json
35 lines (35 loc) · 869 Bytes
/
style.json
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
{
"strict": {
"text-font-family": "Montserrat-Medium",
"text-heading-1-font-family": "Montserrat-Bold",
"text-heading-2-font-family": "Montserrat-Bold",
"text-heading-3-font-family": "Montserrat-Bold",
"text-heading-1-weight": "bold",
"text-heading-2-weight": "bold",
"text-heading-3-weight": "bold",
"border-radius": 8
},
"components": {
"Button": {
"appearances": {
"outline": {
"variantGroups": {
"status": {
"primary": {
"backgroundColor": "none",
"state": {
"hover": {
"backgroundColor": "none"
},
"active": {
"backgroundColor": "none"
}
}
}
}
}
}
}
}
}
}