mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-07 22:36:10 +00:00
68 lines
1.1 KiB
SCSS
68 lines
1.1 KiB
SCSS
table.break {
|
|
page-break-before: always;
|
|
}
|
|
|
|
table.ssp-table-wrap {
|
|
table-layout: fixed;
|
|
td, th {
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
table.docutils {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 1rem;
|
|
background-color: transparent;
|
|
border-spacing: 0;
|
|
|
|
td, th {
|
|
padding: .75rem;
|
|
vertical-align: top;
|
|
}
|
|
|
|
thead {
|
|
th {
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid #dee2e6;
|
|
background: #F0F0F0;
|
|
border-top: 1px solid #dee2e6;
|
|
}
|
|
}
|
|
|
|
tbody {
|
|
tr {
|
|
&.row-odd {
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
td {
|
|
display: table-cell;
|
|
font-weight: normal !important;
|
|
}
|
|
* {
|
|
border: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
table.docutils.ssp-tinier {
|
|
td, th {
|
|
padding: .4rem;
|
|
vertical-align: top;
|
|
font-size: 0.75em;
|
|
}
|
|
}
|
|
|
|
table.docutils.ssp-tiny {
|
|
td, th {
|
|
padding: .05rem;
|
|
vertical-align: top;
|
|
font-size: 0.5em;
|
|
}
|
|
}
|
|
|
|
|
|
|