Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
Signed-off-by: Dafnik <git@dafnik.me>
  • Loading branch information
Dafnik committed Apr 29, 2024
1 parent 325870c commit c915f1a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Expand Up @@ -46,10 +46,10 @@ import {DfxCurrencyCentPipe} from 'dfx-helper';
</div>
`,
styles: `
tr.cdk-footer-row td {
font-weight: bold;
}
`,
tr.cdk-footer-row td {
font-weight: bold;
}
`,
standalone: true,
selector: 'app-bill-products-list-table',
imports: [DfxSortModule, DfxTableModule, TranslocoPipe, RouterLink, NgbTooltip, DfxCurrencyCentPipe],
Expand Down
26 changes: 13 additions & 13 deletions src/app/home/tables/tables-print-qr-codes.modal.ts
Expand Up @@ -77,21 +77,21 @@ import {jsPDF} from 'jspdf';
</div>
`,
styles: `
.main {
background-color: #ffffff;
}
.main {
background-color: #ffffff;
}
.qr-code-item {
border-style: dashed;
border-color: #ccc;
border-width: 1px;
padding: 25px 31px 15px 31px;
}
.qr-code-item {
border-style: dashed;
border-color: #ccc;
border-width: 1px;
padding: 25px 31px 15px 31px;
}
.qr-code-label {
font-size: 40px;
}
`,
.qr-code-label {
font-size: 40px;
}
`,
selector: 'app-print-table-qr-codes-modal',
standalone: true,
imports: [NgbProgressbarModule, QRCodeComponent, ScrollableToolbarComponent, BiComponent, NgbDropdownModule, AsyncPipe, TranslocoPipe],
Expand Down

0 comments on commit c915f1a

Please sign in to comment.