Show product images on mobile

This commit is contained in:
Maikel Linke
2020-04-21 17:10:27 +10:00
parent fe1618cada
commit d02ab109f2
2 changed files with 0 additions and 47 deletions

View File

@@ -11,16 +11,6 @@
padding-top: 0em;
padding-bottom: 0em;
line-height: 1.1;
// outline: 1px solid red
@include breakpoint(tablet) {
font-size: 0.875rem;
}
@include breakpoint(phablet) {
font-size: 0.75rem;
}
}
}
@@ -36,16 +26,11 @@
// Variant name
.variant-name {
padding-left: 7.9375rem;
@include breakpoint(tablet) {
padding-left: 4.9375rem;
}
}
.variant-name {
@include breakpoint(phablet) {
padding-left: 0.9375rem;
font-weight: bold;
}
}
@@ -53,10 +38,6 @@
.variant-unit {
color: #888;
font-size: 0.875rem;
@include breakpoint(tablet) {
font-size: 0.75rem;
}
}
// Variant price
@@ -104,14 +85,6 @@
.summary-header {
padding-left: 7.9375rem;
@include breakpoint(tablet) {
padding-left: 4.9375rem;
}
@include breakpoint(phablet) {
padding-left: 0.9375rem;
}
.product-producer {
white-space: nowrap;
overflow: hidden;

View File

@@ -56,26 +56,6 @@
@include transform-scale(scale(1.1));
}
}
@include breakpoint(tablet) {
top: 2px;
width: 4rem;
height: 4rem;
&:hover, &:focus, &:active {
i {
left: 30%;
top: 30%;
font-size: 2rem;
}
}
}
@include breakpoint(phablet) {
display: none;
width: 0rem;
height: 0rem;
}
}
}
}