@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
8 lines • 478 B
JavaScript
/* Shadow with double border style outset */
export const shadowOutsetFocus1 = "0 0 0 2px #FFFFFF, 0 0 0 4px #0B5CAB";
/* Shadow with double border style inset */
export const shadowInsetFocus1 = "0 0 0 2px #FFFFFF inset, 0 0 0 4px #0B5CAB inset";
/* Shadow with double border style inset inverse */
export const shadowInsetInverseFocus1 = "0 0 0 2px #0B5CAB inset, 0 0 0 4px #FFFFFF inset";
/* Shadow around the border */
export const shadowOutlineFocus1 = "0 0 0 2px #0B5CAB";