31 lines
533 B
Plaintext
31 lines
533 B
Plaintext
.loading-layout {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.printBankLayout {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
|
|
.print-bank-voucher-container {
|
|
font-size: 14px;
|
|
|
|
#header_print_btn {
|
|
display: flex;
|
|
padding: calc(16 * 1px) calc(32 * 1px) 0;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.content {
|
|
padding: calc(32 * 1px) 0 calc(16 * 1px);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|