- 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
+5 -1
View File
@@ -1,3 +1,7 @@
.container {
@apply w-full;
}
.container > label {
@apply flex flex-col;
}
@@ -11,5 +15,5 @@
}
.container > label > input:focus {
@apply outline-none border-gray-500;
@apply outline-none border-gray-400;
}