Merge pull request #5742 from deepaksinghgusain227/compare-view-bliss-theme

fixed compare view issue
This commit is contained in:
Devansh 2022-02-04 11:24:04 +05:30 committed by GitHub
commit df62530b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

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