- implement about section

This commit is contained in:
Amruth Pillai
2020-07-14 22:59:59 +05:30
parent af955bbf55
commit b7c565de79
20 changed files with 441 additions and 112 deletions

View File

@ -26,14 +26,6 @@ section {
@apply grid grid-cols-1 gap-8;
}
label {
@apply flex flex-col;
}
label > span:first-child {
@apply mb-1 text-primary-600 font-semibold tracking-wide text-xs uppercase;
}
.MuiTooltip-tooltip {
font-size: 10px;
}