20 lines
351 B
Sass
20 lines
351 B
Sass
table.list.dates
|
|
width: 100%
|
|
thead th
|
|
height: 3em
|
|
padding: 0 !important
|
|
font-size: initial
|
|
transform: rotate(-45deg)
|
|
tbody th:first-child
|
|
font-size: large
|
|
text-align: right
|
|
tbody td
|
|
padding: 0
|
|
a
|
|
padding: 0 1em
|
|
display: block
|
|
|
|
tfoot td canvas
|
|
width: 100% !important
|
|
background-color: white
|