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:
commit
1f4daa7bef
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue