mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
381 B
SCSS
14 lines
381 B
SCSS
// Import app variables
|
||
@import 'app-variables';
|
||
|
||
// Import the theme’s main ruleset - both index and platform specific.
|
||
@import '~nativescript-theme-core/scss/index';
|
||
@import '~nativescript-theme-core/scss/platforms/index.android';
|
||
|
||
// Import common styles
|
||
@import 'app-common';
|
||
|
||
// Place any CSS rules you want to apply only on Android here
|
||
ActionBar .fa {
|
||
padding: 40px;
|
||
} |