forked from unitoo/configurations
82 lines
1.3 KiB
CSS
82 lines
1.3 KiB
CSS
.print-format {
|
|
font-size: 12px;
|
|
background: white;
|
|
}
|
|
|
|
.print-heading {
|
|
border-bottom: none;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.print-format .letter-head {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.print-format label {
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
color: #4C5A67;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.print-format .data-field {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.print-format .value {
|
|
color: #192734;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.print-format .section-break:not(:last-child) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.print-format .row:not(.section-break) {
|
|
line-height: 1.6;
|
|
margin-top: 15px !important;
|
|
}
|
|
|
|
.print-format .important .value {
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.print-format th {
|
|
color: #74808b;
|
|
font-weight: normal;
|
|
border-bottom-width: 1px !important;
|
|
}
|
|
|
|
.print-format .table-bordered td, .print-format .table-bordered th {
|
|
border: 1px solid #f4f5f6;
|
|
}
|
|
|
|
.print-format .table-bordered {
|
|
border: 1px solid #f4f5f6;
|
|
}
|
|
|
|
.print-format .table-bordered thead {
|
|
text-transform: uppercase;
|
|
font-size: 8px;
|
|
}
|
|
|
|
.print-format .table-sr {
|
|
display: none;
|
|
}
|
|
|
|
.print-format td, .print-format th {
|
|
padding: 5px 10px !important;
|
|
}
|
|
|
|
.print-format .primary.compact-item {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.print-format table td .value {
|
|
font-size: 12px;
|
|
line-height: 1.8;
|
|
}
|
|
|