merge with master

This commit is contained in:
rahul shukla 2018-11-29 17:52:25 +05:30
parent e1b2d1eb01
commit 64939485c5
1 changed files with 7 additions and 10 deletions

View File

@ -1677,17 +1677,12 @@ section.product-detail {
display: none;
flex-direction: row;
margin-top: 10px;
width: 100%;
justify-content: flex-end;
width: 79.5%;
float: right;
justify-content: space-between;
.wrap {
display: flex;
justify-content: space-between;
width: 80%;
}
.addtocart {
border-radius: 0px;
width: 49%;
background: black;
white-space: nowrap;
@ -1695,9 +1690,7 @@ section.product-detail {
}
.buynow {
border-radius: 0px;
width: 49%;
float:right;
white-space: nowrap;
text-transform: uppercase;
}
@ -1851,6 +1844,10 @@ section.product-detail {
width: 100% !important;
}
}
.add-to-buttons {
width: 100%;
}
}
.details {