mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-29 02:29:50 -04:00
32 lines
986 B
SCSS
32 lines
986 B
SCSS
![]() |
// http://ionicframework.com/docs/v2/theming/
|
||
|
|
||
|
|
||
|
// App Shared Variables
|
||
|
// --------------------------------------------------
|
||
|
// Shared Sass variables go in the app.variables.scss file
|
||
|
@import 'app.variables';
|
||
|
|
||
|
|
||
|
// App Material Design Variables
|
||
|
// --------------------------------------------------
|
||
|
// Material Design only Sass variables can go here
|
||
|
|
||
|
|
||
|
// Ionic Material Design Sass
|
||
|
// --------------------------------------------------
|
||
|
// Custom App variables must be declared before importing Ionic.
|
||
|
// Ionic will use its default values when a custom variable isn't provided.
|
||
|
@import "ionic.md";
|
||
|
|
||
|
|
||
|
// App Shared Sass
|
||
|
// --------------------------------------------------
|
||
|
// All Sass files that make up this app goes into the app.core.scss file.
|
||
|
// For simpler CSS overrides, custom app CSS must come after Ionic's CSS.
|
||
|
@import 'app.core';
|
||
|
|
||
|
|
||
|
// App Material Design Only Sass
|
||
|
// --------------------------------------------------
|
||
|
// CSS that should only apply to the Material Design app
|