Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion bloomstack_core/public/css/authorize_document.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@
-webkit-print-color-adjust: exact;
}

.print-format, .print-format h1, .print-format h2, .print-format h3, .print-format p, .print-format td, .print-format th {
color: black;
}

.print-format .bill-ship-section {
display: flex;
}

.print-format .bill-ship-section > * {
flex: 1 1 auto;
}

.page-break {
page-break-after: always;
}
Expand Down Expand Up @@ -317,4 +329,4 @@ ul.actions li a.approveBtn {
#signeeName {
text-align: center;
margin-bottom: 15px;
}
}