css fix ; url fix

This commit is contained in:
GotPPay
2017-11-13 19:26:43 +01:00
parent ec9a29e04d
commit 2974480b83
10 changed files with 27665 additions and 53 deletions

46
web/dist/welcome.css vendored
View File

@@ -64,7 +64,7 @@
/*padding: 50px;*/
}
.buy-button {
.buy-button-active {
height: 80px;
width: 80px;
background:url('static/images/sale_1_mobile.png') no-repeat;
@@ -74,7 +74,26 @@
margin-right: 5%;
}
.rent-button{
.buy-button-inactive {
height: 80px;
width: 80px;
background:url('static/images/sale_0_mobile.png') no-repeat;
background-size: contain;
border: none;
margin-left: 10%;
margin-right: 5%;
}
.rent-button-active{
height: 80px;
width: 80px;
background:url('static/images/rent_1_mobile.png') no-repeat;
background-size: contain;
border: none;
margin-left: 5%;
}
.rent-button-inactive{
height: 80px;
width: 80px;
background:url('static/images/rent_0_mobile.png') no-repeat;
@@ -123,7 +142,7 @@
/*padding: 50px;*/
}
.buy-button {
.buy-button-active {
height: 150px;
width: 150px;
background:url('static/images/sale_1_mobile.png') no-repeat;
@@ -132,8 +151,27 @@
margin-left: 15%;
margin-right: 5%;
}
.buy-button-inactive {
height: 150px;
width: 150px;
background:url('static/images/sale_0_mobile.png') no-repeat;
background-size: contain;
border: none;
margin-left: 15%;
margin-right: 5%;
}
.rent-button{
.rent-button-active{
height: 150px;
width: 150px;
background:url('static/images/rent_1_mobile.png') no-repeat;
background-size: contain;
border: none;
margin-left: 5%;
}
.rent-button-inactive{
height: 150px;
width: 150px;
background:url('static/images/rent_0_mobile.png') no-repeat;