MOBILE-3076 splash: Fix splash path

main
Pau Ferrer Ocaña 2019-07-18 12:28:58 +02:00
parent 38ae11b8fd
commit 9e107cf667
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ion-app.app-root page-core-login-init {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
background-image: url('/assets/img/splash.png'); background-image: url("#{$assets-path}/img/splash.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
background-size: $core-splash-bgsize; background-size: $core-splash-bgsize;

View File

@ -4,6 +4,7 @@
// Font path is used to include ionicons, // Font path is used to include ionicons,
// roboto, and noto sans fonts // roboto, and noto sans fonts
$font-path: "../assets/fonts"; $font-path: "../assets/fonts";
$assets-path: "../assets";
// The app direction is used to include // The app direction is used to include
// rtl styles in your app. For more info, please see: // rtl styles in your app. For more info, please see: