- implement lists

- implement generic sections
- implement list actions
- implement error handlers
This commit is contained in:
Amruth Pillai
2020-07-08 05:01:50 +05:30
parent d7e86ddf29
commit bee6a40e9f
38 changed files with 762 additions and 177 deletions

View File

@ -10,7 +10,7 @@ body {
}
p {
@apply text-justify leading-loose;
@apply leading-loose;
}
a {
@ -41,6 +41,10 @@ section {
font-size: 10px !important;
}
.MuiMenuItem-root {
justify-content: center !important;
}
.spin {
animation: spin 1s linear infinite;
}