@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
10 lines • 336 B
JavaScript
module.exports = {
// Shadow depth 1
shadow1: "0 0 2px 0 #18181814, 0 2px 4px 1px #18181828",
// Shadow depth 2
shadow2: "0 2px 8px -2px #18181814, 0 8px 12px -2px #18181828",
// Shadow depth 3
shadow3: "0 12px 24px -4px #18181814, 0 16px 32px -4px #18181828",
// Shadow depth 4
shadow4: "0 24px 48px -4px #18181833",
};