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
@@ -20,12 +20,19 @@ table{
border: 1px solid #333;
text-align: center;
padding: 1rem;
background-color: red;
background-color: white;
}
}
.display-none{
display: none;
}
// :host(p.cell-display-none){
// display: none;
// }
#paragraph-id--226{
tbody {
td{
@@ -0,0 +1,8 @@
/*rorschach*/
/*print*/
@import "print/_print_global";
@import "print/_tables";
@import "print/_layout";
@@ -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;
}
}
+4 -1
View File
@@ -1,4 +1,4 @@
/*eql*/
/*rorschach*/
/*components*/
@import "components/_quotes";
@@ -38,3 +38,6 @@