Skip to content

Commit

Permalink
fix: relative font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiresviana committed Nov 11, 2021
1 parent 81de956 commit c29698d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@
}

@import "~material-design-icons/iconfont/material-icons.css";

.material-icons {
font-size: 1.5rem;
}
6 changes: 3 additions & 3 deletions frontend/src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,11 @@ main .spinner .bounce2 {
}

#editor-container .breadcrumbs span {
font-size: 12px;
font-size: .75rem;
}

#editor-container .breadcrumbs i {
font-size: 16px;
font-size: 1rem;
}

/* * * * * * * * * * * * * * * *
Expand All @@ -334,7 +334,7 @@ main .spinner .bounce2 {
background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 0 0 0;
font-size: 14px;
font-size: 1rem;
}

/* * * * * * * * * * * * * * * *
Expand Down

0 comments on commit c29698d

Please sign in to comment.