fixed ui of search result product card ui at bliss theme

This commit is contained in:
Deepak Singh Gusain 2022-01-21 18:51:23 +05:30
parent c426e78797
commit 252aedd3e3
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;