- 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
+8
View File
@@ -0,0 +1,8 @@
.logo {
box-shadow: var(--shadow);
@apply rounded;
}
.logo:hover {
box-shadow: var(--shadow-strong);
}