- 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

View File

@ -1,5 +1,4 @@
@import "~react-loader-spinner/dist/loader/css/react-spinner-loader.css";
@import "./toastify.css";
:root {
@apply transition-colors duration-200 ease-in-out;
@ -23,3 +22,7 @@ a {
a:hover {
@apply underline;
}
hr {
@apply w-full h-1;
}