mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
10 lines
133 B
SCSS
10 lines
133 B
SCSS
|
|
body {
|
|
font-size: 14px;
|
|
line-height: 1.25;
|
|
font-family: $baseFontFamily;
|
|
}
|
|
|
|
main {
|
|
background-color: $baseBackgroundColor;
|
|
} |