Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkww committed Mar 28, 2024
1 parent 8619d7f commit 663b4dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/frontend/staff-portal/src/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ table td {
font-size: 15px;
}

@media print { // temp fix for printing
.mat-form-field-infix {
border-top: none !important;
margin-top: .84375em !important;
}
}

.vcenter {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
display: flex;
Expand Down
9 changes: 8 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,17 @@
background-color: none !important;
filter: none !important;
}

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

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

// temp fix for printing
.mat-form-field-infix {
border-top-color: transparent !important;
}
}

0 comments on commit 663b4dc

Please sign in to comment.