- implement tips on loading screen

- implement centralized sections
- removed react-spinner package
This commit is contained in:
Amruth Pillai
2020-07-06 10:02:17 +05:30
parent 65fc779d58
commit 6d3e5823fc
18 changed files with 111 additions and 52 deletions

View File

@ -1,5 +1,6 @@
.container {
z-index: 10;
box-shadow: var(--left-shadow);
@apply w-full h-screen p-8;
@apply w-full h-screen overflow-scroll p-8;
@apply grid gap-6;
}