This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user