Fix splash for large devices
This commit is contained in:
parent
ba8e5dacc8
commit
cdf16f0485
2 changed files with 17 additions and 18 deletions
|
|
@ -1085,20 +1085,13 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
}
|
||||
|
||||
.splash {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
background: #2C3E50;
|
||||
position: absolute;
|
||||
background-image: -webkit-linear-gradient(#3D5672 0%, #223243 100%);
|
||||
background-image: -o-linear-gradient(#3D5672 0%, #223243 100%);
|
||||
background-image: linear-gradient(#3D5672 0%, #223243 100%);
|
||||
}
|
||||
|
||||
.splash .start-button {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.splash .start-button button.black {
|
||||
background-color: #4B6178;
|
||||
}
|
||||
|
|
@ -1107,7 +1100,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
font-size: 0.58rem;
|
||||
}
|
||||
|
||||
.gif-splash {
|
||||
.splash .container-image {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue