@wizishop/angular-components 15.1.90 → 15.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/angular-components.scss
CHANGED
|
@@ -8017,13 +8017,6 @@ span.wac-tooltip {
|
|
|
8017
8017
|
}
|
|
8018
8018
|
}
|
|
8019
8019
|
}
|
|
8020
|
-
.wac-wrapper {
|
|
8021
|
-
width: 100%;
|
|
8022
|
-
&.max-width {
|
|
8023
|
-
max-width: 1080px;
|
|
8024
|
-
margin: 0 auto;
|
|
8025
|
-
}
|
|
8026
|
-
}
|
|
8027
8020
|
.wac-wrapper-blocs {
|
|
8028
8021
|
&.sidebar {
|
|
8029
8022
|
width: calc(100% + 30px);
|
|
@@ -8045,6 +8038,13 @@ span.wac-tooltip {
|
|
|
8045
8038
|
}
|
|
8046
8039
|
}
|
|
8047
8040
|
}
|
|
8041
|
+
.wac-wrapper {
|
|
8042
|
+
width: 100%;
|
|
8043
|
+
&.max-width {
|
|
8044
|
+
max-width: 1080px;
|
|
8045
|
+
margin: 0 auto;
|
|
8046
|
+
}
|
|
8047
|
+
}
|
|
8048
8048
|
.wac-wrapper-multiple-block {
|
|
8049
8049
|
width: 100%;
|
|
8050
8050
|
display: flex;
|
|
@@ -8166,6 +8166,14 @@ span.wac-tooltip {
|
|
|
8166
8166
|
@include media('>=desktop') {
|
|
8167
8167
|
position: sticky;
|
|
8168
8168
|
top: 0;
|
|
8169
|
+
max-height: calc(100vh - 20px);
|
|
8170
|
+
overflow-y: scroll;
|
|
8171
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
8172
|
+
scrollbar-width: none; /* Firefox */
|
|
8173
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
8174
|
+
&::-webkit-scrollbar {
|
|
8175
|
+
display: none;
|
|
8176
|
+
}
|
|
8169
8177
|
}
|
|
8170
8178
|
}
|
|
8171
8179
|
}
|
|
@@ -8257,18 +8265,18 @@ h2.wac-h2 {
|
|
|
8257
8265
|
line-height: rem(21);
|
|
8258
8266
|
font-weight: 500;
|
|
8259
8267
|
color: $wac-main-text;
|
|
8260
|
-
}
|
|
8261
|
-
font-size: rem(
|
|
8262
|
-
line-height: rem(
|
|
8268
|
+
}h3.wac-h3 {
|
|
8269
|
+
font-size: rem(16);
|
|
8270
|
+
line-height: rem(19);
|
|
8263
8271
|
font-weight: 500;
|
|
8264
8272
|
color: $wac-main-text;
|
|
8265
8273
|
&.grey {
|
|
8266
8274
|
color: $wac-second-color;
|
|
8267
8275
|
}
|
|
8268
8276
|
}
|
|
8269
|
-
|
|
8270
|
-
font-size: rem(
|
|
8271
|
-
line-height: rem(
|
|
8277
|
+
h4.wac-h4 {
|
|
8278
|
+
font-size: rem(14);
|
|
8279
|
+
line-height: rem(16);
|
|
8272
8280
|
font-weight: 500;
|
|
8273
8281
|
color: $wac-main-text;
|
|
8274
8282
|
&.grey {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|