Files
bodyshop/client/public/render-styles.css
2020-09-10 15:55:25 -07:00

65 lines
1.0 KiB
CSS

body {
font-family: "Open Sans", sans-serif;
line-height: 1.25;
/* padding: 10mm 10mm 10mm 10mm !important; */
}
@page {
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 25mm 25mm 25mm 25mm;
color: tomato;
}
/* Unknown whether the below actually gets embedded */
/* @media print {
@page {
size: Letter;
margin: 0;
}
html,
body {
width: 210mm;
height: 282mm;
font-size: 11px;
background: #fff;
overflow: visible;
}
body {
padding-top: 15mm;
}
} */
table.imex-table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
table.imex-table caption {
font-size: 1.5em;
margin: 0.5em 0 0.75em;
}
table.imex-table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: 0.1rem;
}
table.imex-table th,
table.imex-table td {
padding: 0.3rem;
text-align: center;
}
table.imex-table th {
font-size: 0.85em;
letter-spacing: 0.1em;
text-transform: uppercase;
}