UNPKG

@salesforce-ux/design-system

Version:
10 lines 460 B
module.exports = { /* Shadow with double border style outset */ shadowOutsetFocus1: "0 0 0 2px #FFFFFF, 0 0 0 4px #0B5CAB", /* Shadow with double border style inset */ shadowInsetFocus1: "0 0 0 2px #FFFFFF inset, 0 0 0 4px #0B5CAB inset", /* Shadow with double border style inset inverse */ shadowInsetInverseFocus1: "0 0 0 2px #0B5CAB inset, 0 0 0 4px #FFFFFF inset", /* Shadow around the border */ shadowOutlineFocus1: "0 0 0 2px #0B5CAB", };