parent
30edd5d8c1
commit
72e308c706
@ -1,5 +1,7 @@
|
|||||||
<div class="product-modal">
|
<div class="product-modal">
|
||||||
<div class="product-modal__information-container">
|
<div class="product-modal__information-container" [ngStyle]="{
|
||||||
|
'max-width': product.modifiers_group.length ? 'calc(50% - 16px)' : '100%'
|
||||||
|
}">
|
||||||
<img
|
<img
|
||||||
src="{{
|
src="{{
|
||||||
product.image?.length ? product.image : './assets/no-image.png'
|
product.image?.length ? product.image : './assets/no-image.png'
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
gap: 32px;
|
gap: 32px;
|
||||||
|
|
||||||
&__information-container {
|
&__information-container {
|
||||||
max-width: calc(50% - 16px);
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 1.125rem;
|
border-radius: 1.125rem;
|
||||||
@ -133,7 +132,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
&__information-container {
|
&__information-container {
|
||||||
max-width: 100%;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user