- completed design of Onyx template

This commit is contained in:
Amruth Pillai
2020-07-11 10:49:55 +05:30
parent a8c5d29858
commit 0b5653fab5
32 changed files with 848 additions and 122 deletions

View File

@ -6,14 +6,6 @@ body {
@apply transition-colors duration-200 ease-in-out;
}
p {
@apply leading-loose;
}
a {
@apply text-blue-600 font-medium;
}
a:hover {
@apply underline;
}
@ -22,6 +14,10 @@ hr {
@apply w-full border-primary-200 h-1;
}
ul {
@apply list-disc list-inside;
}
section {
@apply grid grid-cols-1 gap-8;
}
@ -35,11 +31,11 @@ label > span:first-child {
}
.MuiTooltip-tooltip {
font-size: 10px !important;
font-size: 10px;
}
.MuiMenuItem-root {
justify-content: center !important;
justify-content: center;
}
.spin {