Skip to content

Commit

Permalink
Changed font for filepopup
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TROOS committed Oct 21, 2023
1 parent 182f152 commit b5b2cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/infosafe_frontend/src/styling/FilePopup.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
top: 8vh;
}
.fileLabel{
font-family: 'Roboto', sans-serif;
font-size: 18px;
width: 70%;
border: none;
Expand All @@ -81,6 +82,7 @@
top: -1vh;
}
.uploadLabel{
font-family: 'Roboto', sans-serif;
font-size: 18px;
width: 70%;
border: none;
Expand Down

0 comments on commit b5b2cfc

Please sign in to comment.