Skip to content

Commit

Permalink
feat(app): set default font-size to 14px (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jun 20, 2018
1 parent 18a4750 commit 6d705d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/@theme/styles/font-size.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
font-size: 14px;
}
3 changes: 3 additions & 0 deletions src/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';

// global app font size
@import './font-size';

// loading progress bar theme
@import './pace.theme';

Expand Down

0 comments on commit 6d705d2

Please sign in to comment.