This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
/*eql*/
|
||||
/*rorschach*/
|
||||
|
||||
/*components*/
|
||||
@import "components/_quotes";
|
||||
@@ -38,3 +38,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user