@wizishop/angular-components 15.1.90 → 15.1.92
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
|
@@ -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 {
|
|
@@ -8404,6 +8412,13 @@ h3.wac-h3 {
|
|
|
8404
8412
|
&.is-danger:not(.is-empty) {
|
|
8405
8413
|
border-color: $wac-primary-button !important;
|
|
8406
8414
|
}
|
|
8415
|
+
&.is-danger {
|
|
8416
|
+
& + .indication ~ span {
|
|
8417
|
+
.has-text-danger {
|
|
8418
|
+
transform: translateX(-75px);
|
|
8419
|
+
}
|
|
8420
|
+
}
|
|
8421
|
+
}
|
|
8407
8422
|
}
|
|
8408
8423
|
|
|
8409
8424
|
.control {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|