forked from CIT/Vmeda.Online
		
	Merge pull request #1994 from crazyserver/MOBILE-3076
MOBILE-3076 splash: Fix splash path
This commit is contained in:
		
						commit
						b6d34b9156
					
				| @ -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; | ||||
|  | ||||
| @ -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: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user