Skip to content

Commit

Permalink
[FINNA-1432] Define base font size for the html element. (#3100)
Browse files Browse the repository at this point in the history
Allows use of relative font sizes and paves way for Bootstrap 5 migration.
  • Loading branch information
EreMaijala authored Dec 9, 2024
1 parent 9977e83 commit 0bd7d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/finna2/scss/finna-other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
@import 'finna/select-a11y';
@import 'finna/reservationlist';

html {
font-size: $font-size-base;
}

::-ms-clear {
display: none;
}
Expand Down

0 comments on commit 0bd7d08

Please sign in to comment.