MOBILE-3076 splash: Fix splash path
parent
38ae11b8fd
commit
9e107cf667
|
@ -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;
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue