adding shopping 24 image to on boarding launch view

This commit is contained in:
Jamal Jackson 2016-08-30 15:50:26 -04:00
commit 0ebcbded4f
3 changed files with 12 additions and 3 deletions

View file

@ -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);