Skip to content

Commit

Permalink
Scope Opens Sans font-family to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan committed Dec 20, 2024
1 parent ce5ab35 commit dae315e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/Installer/components/Modal/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
align-items: center;
background: rgba(0, 0, 0, 0.5);
display: flex;
font-family: "Open Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
height: 100vh;
justify-content: center;
left: 0;
Expand Down
4 changes: 0 additions & 4 deletions src/Installer/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
box-sizing: border-box;
}

body {
font-family: "Open Sans", sans-serif;
}

#nfd-installer {
display: none;
transition: all 3s ease-in-out;
Expand Down

0 comments on commit dae315e

Please sign in to comment.