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

14 lines
385 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Import app variables
@import 'app-variables';
// Import the themes main ruleset - both index and platform specific.
@import '~nativescript-theme-core/scss/index';
@import '~nativescript-theme-core/scss/platforms/index.ios';
// Import common styles
@import 'app-common';
// Place any CSS rules you want to apply only on iOS here
ActionBar .fa {
padding: 40px 40px 40px 0;
}