fix welcome view background, added margin to disclaimer h3, added direction to scroll on terms view
This commit is contained in:
parent
75c04a7400
commit
7afa277178
3 changed files with 5 additions and 2 deletions
|
|
@ -6,6 +6,9 @@
|
|||
.scroll{
|
||||
height: 100%;
|
||||
}
|
||||
h3{
|
||||
margin-top:1.5rem;
|
||||
}
|
||||
}
|
||||
.item {
|
||||
background: transparent;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
background: url(../img/onboarding-welcome-bg.png);
|
||||
background-position: top center;
|
||||
background-size: contain;
|
||||
background-repeat-y: no-repeat;
|
||||
background-repeat: repeat-x;
|
||||
#shopping-24 {
|
||||
content: url("../img/onboarding-welcome-shopping24.png");
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue