- creating a dynamic color palette

- implementing actions section
This commit is contained in:
Amruth Pillai
2020-07-10 01:09:33 +05:30
parent da197be2f5
commit 89fa8236e8
33 changed files with 261 additions and 124 deletions

View File

@ -1,12 +1,9 @@
:root {
@apply transition-colors duration-200 ease-in-out;
}
html,
body {
font-size: 12px;
font-family: "Montserrat", sans-serif;
@apply text-primary bg-inverse;
@apply text-primary-900 bg-primary-50;
@apply transition-colors duration-200 ease-in-out;
}
p {
@ -22,7 +19,7 @@ a:hover {
}
hr {
@apply w-full border-secondary h-1;
@apply w-full border-primary-200 h-1;
}
section {
@ -34,15 +31,7 @@ label {
}
label > span:first-child {
@apply mb-1 text-secondary-dark font-semibold tracking-wide text-xs uppercase;
}
#artboard {
color: #444;
}
#artboard hr {
border-color: #eee;
@apply mb-1 text-primary-500 font-semibold tracking-wide text-xs uppercase;
}
.MuiTooltip-tooltip {