- implement actions section

- implement settings section
This commit is contained in:
Amruth Pillai
2020-07-12 12:55:08 +05:30
parent 8972a96afd
commit f468ca73c3
25 changed files with 327 additions and 143 deletions

View File

@ -1,7 +1,7 @@
html,
body {
font-size: 12px;
font-family: "Montserrat", sans-serif;
font-family: 'Montserrat', sans-serif;
@apply text-primary-900 bg-primary-50;
@apply transition-colors duration-200 ease-in-out;
}
@ -50,8 +50,37 @@ label > span:first-child {
100% {
transform: rotate(360deg);
}
}
}w
.markdown {
@apply leading-relaxed whitespace-pre-wrap;
}
}
@page {
margin: 0;
}
@media print {
html,
body,
body * {
-webkit-print-color-adjust: exact;
color-adjust: exact;
visibility: hidden;
}
#page,
#page * {
visibility: visible;
}
#page {
width: 21cm;
position: absolute;
top: 0;
left: 0;
right: 0;
zoom: 1;
box-shadow: none;
}
}