Remove deprecations
This commit is contained in:
Generated
+7
-7
@@ -20,7 +20,7 @@
|
|||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"glightbox": "^3.0.9",
|
"glightbox": "^3.0.9",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
"lazysizes": "^4.1.8",
|
"lazysizes": "^5.3.2",
|
||||||
"leaflet": "^1.7.1",
|
"leaflet": "^1.7.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"picturefill": "^3.0.3",
|
"picturefill": "^3.0.3",
|
||||||
@@ -5212,9 +5212,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lazysizes": {
|
"node_modules/lazysizes": {
|
||||||
"version": "4.1.8",
|
"version": "5.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/lazysizes/-/lazysizes-4.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/lazysizes/-/lazysizes-5.3.2.tgz",
|
||||||
"integrity": "sha512-qxBMQZKdR3cwydyyBOoGVBtN2T1nyrozhnEstV2H3M6UE/mivSh7U+n7N7DtBV2L07Uw442QRwtwf0E2IntJZg=="
|
"integrity": "sha512-22UzWP+Vedi/sMeOr8O7FWimRVtiNJV2HCa+V8+peZOw6QbswN9k58VUhd7i6iK5bw5QkYrF01LJbeJe0PV8jg=="
|
||||||
},
|
},
|
||||||
"node_modules/leaflet": {
|
"node_modules/leaflet": {
|
||||||
"version": "1.8.0",
|
"version": "1.8.0",
|
||||||
@@ -12621,9 +12621,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"lazysizes": {
|
"lazysizes": {
|
||||||
"version": "4.1.8",
|
"version": "5.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/lazysizes/-/lazysizes-4.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/lazysizes/-/lazysizes-5.3.2.tgz",
|
||||||
"integrity": "sha512-qxBMQZKdR3cwydyyBOoGVBtN2T1nyrozhnEstV2H3M6UE/mivSh7U+n7N7DtBV2L07Uw442QRwtwf0E2IntJZg=="
|
"integrity": "sha512-22UzWP+Vedi/sMeOr8O7FWimRVtiNJV2HCa+V8+peZOw6QbswN9k58VUhd7i6iK5bw5QkYrF01LJbeJe0PV8jg=="
|
||||||
},
|
},
|
||||||
"leaflet": {
|
"leaflet": {
|
||||||
"version": "1.8.0",
|
"version": "1.8.0",
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"glightbox": "^3.0.9",
|
"glightbox": "^3.0.9",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
"lazysizes": "^4.1.8",
|
"lazysizes": "^5.3.2",
|
||||||
"leaflet": "^1.7.1",
|
"leaflet": "^1.7.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"picturefill": "^3.0.3",
|
"picturefill": "^3.0.3",
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.brands__item {
|
.brands__item {
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/4);
|
width: 25%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -387,7 +387,7 @@
|
|||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
width: percentage(2/3);
|
width: 66.6666%;
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
width: percentage(1/3);
|
width: 33.3333%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -416,13 +416,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.configurator-field__label {
|
.configurator-field__label {
|
||||||
width: percentage(2/3);
|
width: 66.6666%;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.configurator-field__input {
|
.configurator-field__input {
|
||||||
width: percentage(2/3);
|
width: 66.6666%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.configurator-field__group {
|
.configurator-field__group {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
.iconnav__link {
|
.iconnav__link {
|
||||||
display: block;
|
display: block;
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: mobile) {
|
@include mq($from: mobile) {
|
||||||
width: percentage(1/4);
|
width: 25%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@mixin container($width-max: $content-width-max, $padding: $padding-default / 2) {
|
@use "sass:math";
|
||||||
|
@mixin container($width-max: $content-width-max, $padding: math.div($padding-default, 2)) {
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $width-max;
|
max-width: $width-max;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-footer__column {
|
.page-footer__column {
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 8px 32px;
|
padding: 0 8px 32px;
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
width: percentage(1/5);
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--hide-mobile {
|
&--hide-mobile {
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
width: percentage(1/3);
|
width: 33.3333%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/3);
|
width: 33.3333%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: percentage(1/5);
|
width: 20%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.teaser {
|
.teaser {
|
||||||
width: percentage(3/4);
|
width: 75%;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
|
|
||||||
&--clickable {
|
&--clickable {
|
||||||
@@ -24,11 +24,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/3);
|
width: 33.3333%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
@include mq($from: tablet) {
|
@include mq($from: tablet) {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-right: 1px solid $color-divider;
|
border-right: 1px solid $color-divider;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mq($from: desktop) {
|
@include mq($from: desktop) {
|
||||||
width: percentage(1/4);
|
width: 25%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
.tile {
|
.tile {
|
||||||
display: block;
|
display: block;
|
||||||
width: percentage(1/2);
|
width: 50%;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user