diff --git a/src/frontend/staff-portal/src/scss/overrides/typography.scss b/src/frontend/staff-portal/src/scss/overrides/typography.scss index f33527724..b90f13195 100644 --- a/src/frontend/staff-portal/src/scss/overrides/typography.scss +++ b/src/frontend/staff-portal/src/scss/overrides/typography.scss @@ -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; + } +} \ No newline at end of file