Skip to content

Commit

Permalink
update CTA button css (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce W. Herr II <bherr@indiana.edu>
  • Loading branch information
bhushankhope and bherr2 authored Jun 17, 2024
1 parent 14a506a commit ea7d2de
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@
}

.read-btn {
--mdc-filled-button-container-height: 2.5rem;
margin-bottom: 4rem;
cursor: pointer;
display: inline-flex;
font-weight: 500;
font-size: 1.125rem;
padding: 0.15625rem 1.5rem;
font-size: 1rem;
padding: 0.5rem 1.5rem;
width: max-content;
line-height: 1.6875rem;
line-height: 1.5rem;
border-radius: 0;

mat-icon {
vertical-align: middle;
font-size: 1.5rem;
height: 1.5rem;
width: 1.5rem;
font-weight: 300;
}
}

Expand Down

0 comments on commit ea7d2de

Please sign in to comment.