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
  • Loading branch information
rasarkar committed Jan 2, 2025
1 parent 261b95e commit b31e513
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 @@ -1131,11 +1131,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 b31e513

Please sign in to comment.