adding shopping 24 image to on boarding launch view
This commit is contained in:
parent
b3085a9744
commit
0ebcbded4f
3 changed files with 12 additions and 3 deletions
|
|
@ -4,11 +4,19 @@
|
|||
background-position: top center;
|
||||
background-size: contain;
|
||||
background-repeat-y: no-repeat;
|
||||
.logo, p {
|
||||
#shopping-24 {
|
||||
position: absolute;
|
||||
top: 2%;
|
||||
right: 5%;
|
||||
width: 35px;
|
||||
height: auto;
|
||||
}
|
||||
.logo,
|
||||
p {
|
||||
@include center-block();
|
||||
}
|
||||
.logo{
|
||||
margin-top:15rem;
|
||||
.logo {
|
||||
margin-top: 15rem;
|
||||
}
|
||||
button {
|
||||
@include center-block(1rem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue