Files
Reactive-Resume/src/styles/shadows.css
Amruth Pillai 202c7f5ad4 - creating the right sidebar
- designing the artboard
- optimizing dark mode performance
- optimizing input onChange handler
2020-07-05 11:34:32 +05:30

8 lines
265 B
CSS

:root {
--shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
--shadow-strong: 0 0 6px 0 rgba(0, 0, 0, 0.1);
--left-shadow: 6px 0 6px -6px rgba(0, 0, 0, 0.05);
--right-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.05);
--bottom-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.05);
}