UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

10 lines (9 loc) 280 B
export const boxShadowDefault = { boxShadow: "0 0 1px 3px rgba(255, 255, 255, .7)", }; export const boxShadowChrome = { boxShadow: "0 0 0 3px activeborder /* Blink, Chrome */", }; export const boxShadowFirefox = { boxShadow: "0 0 0 3px -moz-mac-focusring /* Firefox */", };