- complete onyx design template

- implement public sharable urls
- implement more actions
This commit is contained in:
Amruth Pillai
2020-07-11 20:42:16 +05:30
parent 0b5653fab5
commit 5ec1f21bd3
55 changed files with 1025 additions and 412 deletions

View File

@ -6,6 +6,10 @@ body {
@apply transition-colors duration-200 ease-in-out;
}
a {
@apply font-semibold;
}
a:hover {
@apply underline;
}
@ -27,7 +31,7 @@ label {
}
label > span:first-child {
@apply mb-1 text-primary-500 font-semibold tracking-wide text-xs uppercase;
@apply mb-1 text-primary-600 font-semibold tracking-wide text-xs uppercase;
}
.MuiTooltip-tooltip {
@ -47,3 +51,7 @@ label > span:first-child {
transform: rotate(360deg);
}
}
.markdown {
@apply leading-relaxed whitespace-pre-wrap;
}