fixed stores display
This commit is contained in:
14
public/assets/css/merchbay/styles.css
vendored
14
public/assets/css/merchbay/styles.css
vendored
@@ -147,19 +147,20 @@ li.footer-menu-item a:hover {
|
|||||||
}
|
}
|
||||||
.store-logo {
|
.store-logo {
|
||||||
height: 165px;
|
height: 165px;
|
||||||
border: 1px solid #e2e2e2;
|
/* border: 1px solid #e2e2e2; */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.store-logo img {
|
.store-logo img {
|
||||||
object-fit: contain;
|
/* object-fit: contain; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px;
|
/* padding: 5px; */
|
||||||
|
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-image img {
|
.product-image img {
|
||||||
@@ -347,6 +348,13 @@ span.designer-text{
|
|||||||
.store-logo img {
|
.store-logo img {
|
||||||
/* max-height: 100%; */
|
/* max-height: 100%; */
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
object-fit: contain;
|
||||||
|
box-shadow: unset;
|
||||||
|
/* width: 1; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.store-name{
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-image img {
|
.product-image img {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<div class="store-logo" v-if="index === 1">
|
<div class="store-logo" v-if="index === 1">
|
||||||
<img
|
<img
|
||||||
src="{{ config('site_config.uploads') . 'teamstore/' . $store->ImageFolder . '/' . $store->StoreLogo }}"
|
src="{{ config('site_config.uploads') . 'teamstore/' . $store->ImageFolder . '/' . $store->StoreLogo }}"
|
||||||
class="d-block border shadow-sm"
|
class="d-block"
|
||||||
alt="{{ $store->StoreName }}"
|
alt="{{ $store->StoreName }}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user