- designing the builder

- designing the left navbar and sidebar
This commit is contained in:
Amruth Pillai
2020-07-04 22:41:28 +05:30
parent b42deb737c
commit 6f66181c17
18 changed files with 157 additions and 27 deletions

6
src/styles/shadows.css Normal file
View File

@ -0,0 +1,6 @@
:root {
--shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
--shadow-strong: 0 0 8px 0 rgba(0, 0, 0, 0.08);
--left-shadow: 8px 0 8px -4px rgba(0, 0, 0, 0.04);
--bottom-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.04);
}