forked from salesforce-ux/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshadow.json
72 lines (72 loc) · 2.15 KB
/
shadow.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"aliases": {
"PALETTE_NEUTRAL_100": {
"value": "#FFFFFF"
},
"PALETTE_BLUE_40": {
"value": "#0B5CAB"
}
},
"props": {
"shadow-outset-focus-1": {
"originalValue": "0 0 0 2px {!PALETTE_NEUTRAL_100}, 0 0 0 4px {!PALETTE_BLUE_40}",
"syntax": "<length>",
"name": "shadow-outset-focus-1",
"value": "0 0 0 2px {!PALETTE_NEUTRAL_100}, 0 0 0 4px {!PALETTE_BLUE_40}",
"scope": "global",
"cssProperties": [
"box-shadow"
],
"inherits": false,
"type": "raw",
"namespace": "slds",
"category": "shadow",
"comment": "Shadow with double border style outset"
},
"shadow-inset-focus-1": {
"originalValue": "0 0 0 2px {!PALETTE_NEUTRAL_100} inset, 0 0 0 4px {!PALETTE_BLUE_40} inset",
"syntax": "<length>",
"name": "shadow-inset-focus-1",
"value": "0 0 0 2px {!PALETTE_NEUTRAL_100} inset, 0 0 0 4px {!PALETTE_BLUE_40} inset",
"scope": "global",
"cssProperties": [
"box-shadow"
],
"inherits": false,
"type": "raw",
"namespace": "slds",
"category": "shadow",
"comment": "Shadow with double border style inset"
},
"shadow-inset-inverse-focus-1": {
"originalValue": "0 0 0 2px {!PALETTE_BLUE_40} inset, 0 0 0 4px {!PALETTE_NEUTRAL_100} inset",
"syntax": "<length>",
"name": "shadow-inset-inverse-focus-1",
"value": "0 0 0 2px {!PALETTE_BLUE_40} inset, 0 0 0 4px {!PALETTE_NEUTRAL_100} inset",
"scope": "global",
"cssProperties": [
"box-shadow"
],
"inherits": false,
"type": "raw",
"namespace": "slds",
"category": "shadow",
"comment": "Shadow with double border style inset inverse"
},
"shadow-outline-focus-1": {
"originalValue": "0 0 0 2px {!PALETTE_BLUE_40}",
"syntax": "<length>",
"name": "shadow-outline-focus-1",
"value": "0 0 0 2px {!PALETTE_BLUE_40}",
"scope": "global",
"cssProperties": [
"box-shadow"
],
"inherits": false,
"type": "raw",
"namespace": "slds",
"category": "shadow",
"comment": "Shadow around the border"
}
}
}