@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
72 lines • 2.11 kB
JSON
{
"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 #FFFFFF, 0 0 0 4px #0B5CAB",
"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 #FFFFFF inset, 0 0 0 4px #0B5CAB 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 #0B5CAB inset, 0 0 0 4px #FFFFFF 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 #0B5CAB",
"scope": "global",
"cssProperties": [
"box-shadow"
],
"inherits": false,
"type": "raw",
"namespace": "slds",
"category": "shadow",
"comment": "Shadow around the border"
}
}
}