mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(app): set default font-size to 14px (#1742)
This commit is contained in:
parent
18a4750ec2
commit
6d705d2786
2 changed files with 6 additions and 0 deletions
3
src/app/@theme/styles/font-size.scss
Normal file
3
src/app/@theme/styles/font-size.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
html {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue