MOBILE-2430 splashscreen: Fix iOS 8.1 bottom padding
parent
070f3c5c6a
commit
a1d0d076f2
|
@ -1,10 +1,12 @@
|
||||||
page-core-login-init {
|
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-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: -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: radial-gradient($core-color-init-screen-alt, $core-color-init-screen);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
}
|
||||||
|
.core-bglogo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue