This commit is contained in:
2023-11-13 14:14:58 +01:00
parent 5e7eee9100
commit 454f18c2c2
21 changed files with 759 additions and 2230 deletions
@@ -0,0 +1,13 @@
body{
margin: 3rem;
}
@media print {
@page {
margin: 5mm !important;
size: landscape !important;
}
}
@@ -0,0 +1,6 @@
.field__label{
display: none;
}
@@ -0,0 +1,22 @@
table{
border-collapse: collapse;
thead th{
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey;
}
tbody td {
border: 1px solid #333;
text-align: center;
padding: 1rem;
background-color: white;
}
.field__label{
display:none;
}
}