MOBILE-2430 splashscreen: Fix iOS 8.1 bottom padding

main
Pau Ferrer Ocaña 2018-06-14 17:23:05 +02:00
parent 070f3c5c6a
commit a1d0d076f2
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
page-core-login-init {
.core-bglogo {
.scroll-content {
background-color: $core-color-init-screen; /* Change this to add a bg image or change color */
background: -webkit-radial-gradient($core-color-init-screen-alt, $core-color-init-screen);
background: radial-gradient($core-color-init-screen-alt, $core-color-init-screen);
background-repeat: no-repeat;
background-position: center center;
}
.core-bglogo {
position: absolute;
top: 0;
bottom: 0;