feat(app): set default font-size to 14px (#1742)

This commit is contained in:
Dmitry Nehaychik 2018-06-20 18:48:55 +03:00 committed by GitHub
parent 18a4750ec2
commit 6d705d2786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
html {
font-size: 14px;
}

View file

@ -5,6 +5,9 @@
@import '~@nebular/theme/styles/globals'; @import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all'; @import '~@nebular/auth/styles/all';
// global app font size
@import './font-size';
// loading progress bar theme // loading progress bar theme
@import './pace.theme'; @import './pace.theme';