MOBILE-3320 theme: Move styles into theme folder
parent
6f4d8a8440
commit
88c99be195
|
@ -33,10 +33,7 @@
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
{
|
{
|
||||||
"input": "src/theme/variables.scss"
|
"input": "src/theme/global.scss"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "src/global.scss"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
* https://ionicframework.com/docs/layout/global-stylesheets
|
* https://ionicframework.com/docs/layout/global-stylesheets
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Application styles */
|
||||||
|
@import "./variables.scss";
|
||||||
|
|
||||||
/* Core CSS required for Ionic components to work properly */
|
/* Core CSS required for Ionic components to work properly */
|
||||||
@import "~@ionic/angular/css/core.css";
|
@import "~@ionic/angular/css/core.css";
|
Loading…
Reference in New Issue