HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/timetracker.panomity.com/assets/sass/_invoice-pdf.scss
/*
 * This file is part of the Kimai time-tracking app.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

body {
    font-family: sans-serif;
    font-size: 10pt;
    margin: 4px;
    padding: 0;
}
table, tr, td, th, p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}
th {
    border: none;
    text-align: left;
}
td {
    vertical-align: top;
}
p {
    margin-bottom: 12px;
}
.text-small {
    font-size: 7pt;
}
.padding-left {
    padding-left: 15px;
}
.text-center {
    text-align: center;
}
.text-left, .text-begin {
    text-align: left;
}
.text-right, .text-end {
    text-align: right;
}
.text-nowrap {
    white-space: nowrap;
}
.date {
    font-size: 80%;
    text-align: right;
    padding-top: 6px;
}
table {
    width: 100%;
    border-spacing: 0;
}
table.addresses, p {
    line-height: 14pt;
}
/* The address table */
table.addresses {
    margin-bottom: 30px;
}
/* The PDF header */
table.header {
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
}
table.header .title {
    font-weight: normal;
    font-size: 140%;
}
/* The PDF footer */
table.footer {
    border-top: 1px solid #999;
    font-size: 80%;
    padding-top: 8px;
    line-height: 14px;
}
table.footer td {
    vertical-align: top;
}
/* The invoice items list */
table.items {
    border-collapse: collapse;
    margin-top: 50px;
    margin-bottom: 60px;
}
table.items thead th,
table.items tbody td {
    border-bottom: 1px solid #ccc;
}
table.items thead th.first,
table.items tbody td.first {
    padding-left: 0;
}
table.items thead th.last,
table.items tbody td.last,
table.items tfoot td.last {
    padding-right: 0;
}

table.items td,
table.items th {
    padding: 8px 6px;
}
table.items tfoot td,
table.items tfoot th {
    padding: 20px 0 0 0;
    line-height: 1px;
}
table.items tfoot td.last {
    padding-left: 10px;
}
table.items tr.odd {
    background-color: #f5f5f5;
}