Files
NativeScript/e2e/dev-tools-drawer/app/_app-common.scss
2019-11-04 11:10:01 +02:00

31 lines
666 B
SCSS

// Place any CSS rules you want to apply on both iOS and Android here.
// This is where the vast majority of your CSS code goes.
/* Font icon class*/
.fa {
font-family: "FontAwesome";
}
// Common page class
.page-content {
.page-placeholder {
color: $page-icon-color;
font-size: $page-content-placeholder-font-size;
vertical-align: center;
horizontal-align: center;
}
.page-icon {
font-size: 72;
vertical-align: top;
horizontal-align: center;
color: $page-icon-color;
margin-top: 20%;
}
}
/* Action bar*/
ActionBar .action-bar-title {
horizontal-align: center;
}