UNPKG

@salesforce-ux/design-system

Version:
8 lines 466 B
// 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";