mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
11 lines
239 B
SCSS
11 lines
239 B
SCSS
@import "../../themes/ionic.globals.wp";
|
|
|
|
// Windows App
|
|
// --------------------------------------------------
|
|
|
|
ion-app.wp {
|
|
font-family: $font-family-wp-base;
|
|
font-size: $font-size-wp-base;
|
|
background-color: $background-wp-color;
|
|
}
|