Skip to content

Commit

Permalink
Fix the look of the feedback button (CSCTTV-3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann committed Aug 29, 2024
1 parent 972a3c3 commit 62c2f2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/migration-mdc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ mat-row, mat-header-row, mat-footer-row {
.mat-mdc-cell {
border: none !important;
}


// Feedback button
app-footer button.review {
text-transform: uppercase;
letter-spacing: .7px;
font-size: 14px;
font-weight: 500;
}

0 comments on commit 62c2f2f

Please sign in to comment.