chrono/chrono/manager/static/css/timesheet.scss

39 lines
555 B
SCSS

@charset "UTF-8";
@page {
margin: 0.5cm;
margin-bottom: 1cm;
@bottom-right {
font-size: 10pt;
content: counter(page) " / " counter(pages);
height: 1cm;
text-align: right;
width: 2cm;
}
}
body {
font-family: sans-serif;
font-size: 8pt;
}
table.timesheet {
border-collapse: collapse;
th {
padding: 0.5em 0.5ex;
border: 0.5px solid black;
&.date {
width: 30px;
text-align: center;
}
}
td {
border: 0.5px solid black;
padding: 0.5em 0.5ex;
&.date {
text-align: center;
padding: 0px;
max-width: 2em;
}
}
}