css fix ; url fix
This commit is contained in:
46
web/dist/welcome.css
vendored
46
web/dist/welcome.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user