mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
re-order base css
This commit is contained in:
10
scss/framework/theme/_base.scss
Normal file
10
scss/framework/theme/_base.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
line-height: 1.25;
|
||||
font-family: $baseFontFamily;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: $baseBackgroundColor;
|
||||
}
|
||||
Reference in New Issue
Block a user