Skip to content

Commit

Permalink
CONCD-996 making the buttons display consistently across browsers, by…
Browse files Browse the repository at this point in the history
… just copying styles from loc.gov (#2658)

Co-authored-by: Jennifer Kuenning <[email protected]>
  • Loading branch information
rasarkar and jkueloc authored Jan 6, 2025
1 parent db20200 commit dc15107
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1135,11 +1135,15 @@ body .disabled > .page-link {
select {
background-color: $white;
border-color: $blue;
font-size: 12px;
height: 2.286rem;
padding: 0.321rem 0.6rem;
}

.btn {
border-radius: 0;
padding: 1.125px 10px;
font-size: 12px;
height: 2.286rem;
}
}

Expand Down

0 comments on commit dc15107

Please sign in to comment.