Skip to content

Commit

Permalink
Merge pull request #1722 from bcgov/feature/TCVP-2859
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkww authored Mar 28, 2024
2 parents b0e9115 + 5dd116b commit 92dbf1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/frontend/staff-portal/src/scss/overrides/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
background-color: none !important;
filter: none !important;
}

.text-success.text-success {
color: #333333 !important;
}

.pagebreak {
page-break-before: always;
}
}

.mat-form-field-infix {
border-top-color: transparent !important;
}
}

0 comments on commit 92dbf1d

Please sign in to comment.