Merge pull request #1994 from crazyserver/MOBILE-3076

MOBILE-3076 splash: Fix splash path
main
Juan Leyva 2019-07-18 12:30:14 +02:00 committed by GitHub
commit b6d34b9156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
vertical-align: middle;
background-image: url('/assets/img/splash.png');
background-image: url("#{$assets-path}/img/splash.png");
background-repeat: no-repeat;
background-size: 100%;
background-size: $core-splash-bgsize;

View File

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