Merge pull request #5678 from deepaksinghgusain227/search-result-product-card-ui-issue-bliss-theme

fixed ui of search result product card ui at bliss theme
This commit is contained in:
Glenn Hermans 2022-01-21 15:19:48 +01:00 committed by GitHub
commit 1f4daa7bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 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=9d5b79be5419c0a5c1bc",
"/css/shop.css": "/css/shop.css?id=547e2e10c32ca9fd4028"
"/css/shop.css": "/css/shop.css?id=b1218ea3e268906635a3"
}

View File

@ -617,6 +617,13 @@ input {
.product-card {
font-size: 90%;
.product-information{
.default-wrap{
display: block;
height: 40px;
}
}
.product-image {
img {
display: block;
@ -629,6 +636,15 @@ input {
}
}
.btn-primary{
width: 100%;
}
.btn-lg{
padding: 4px 12px;
margin-bottom: 10px;
}
.product-grid-4 {
grid-template-columns: 48.5% 48.5%;
grid-column-gap: 10px;