Merge pull request #5742 from deepaksinghgusain227/compare-view-bliss-theme
fixed compare view issue
This commit is contained in:
commit
df62530b0d
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=081e6c585ea2bde54421",
|
||||
"/css/shop.css": "/css/shop.css?id=b8a554b90754154b6a86"
|
||||
"/css/shop.css": "/css/shop.css?id=cfbeb038e5a3dbd1c099"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -640,6 +640,7 @@ input {
|
|||
|
||||
.btn-primary {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.checkout-process {
|
||||
|
|
@ -647,10 +648,12 @@ input {
|
|||
.step-content {
|
||||
.form-header {
|
||||
display: block;
|
||||
.checkout-step-heading{
|
||||
|
||||
.checkout-step-heading {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.btn-primary{
|
||||
|
||||
.btn-primary {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
@ -4873,6 +4876,12 @@ body {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 372px) {
|
||||
.comparison-component>h1 {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon.remove-product {
|
||||
top: 5px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue