Increase the spacing between the shipping box illustration and the dimensions fields (#35259)
This commit is contained in:
parent
09df031593
commit
78f659b702
|
@ -15,7 +15,7 @@
|
||||||
&__dimensions {
|
&__dimensions {
|
||||||
&-body {
|
&-body {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: $gap-large;
|
gap: $gap-largest;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
@media ( min-width: #{ ($break-medium) } ) {
|
@media ( min-width: #{ ($break-medium) } ) {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
@ -28,15 +28,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-image {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.product-shipping-section__spinner-wrapper {
|
.product-shipping-section__spinner-wrapper {
|
||||||
@media ( min-width: #{ ($break-medium) } ) {
|
@media ( min-width: #{ ($break-medium) } ) {
|
||||||
min-height: 326px;
|
min-height: 326px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-image {
|
|
||||||
@media ( min-width: #{ ($break-medium) } ) {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: enhancement
|
||||||
|
|
||||||
|
Increase the spacing between the shipping box illustration and the dimensions fields
|
Loading…
Reference in New Issue