@wizishop/angular-components 15.1.91 → 15.1.93
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
|
@@ -620,6 +620,19 @@ $wac-token-disabled-dark: #8A98B2!default;
|
|
|
620
620
|
background-color: $wac-tag-success;
|
|
621
621
|
font-size: rem(14);
|
|
622
622
|
overflow: hidden;
|
|
623
|
+
@include media('<tablet') {
|
|
624
|
+
right: 0;
|
|
625
|
+
max-width: 100%;
|
|
626
|
+
margin: 0;
|
|
627
|
+
transform: none;
|
|
628
|
+
bottom: 0;
|
|
629
|
+
.icon {
|
|
630
|
+
display: none;
|
|
631
|
+
}
|
|
632
|
+
.wac-alert-popup__text {
|
|
633
|
+
white-space: normal;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
623
636
|
&.has-close {
|
|
624
637
|
padding-right: 65px;
|
|
625
638
|
|
|
@@ -8017,6 +8030,13 @@ span.wac-tooltip {
|
|
|
8017
8030
|
}
|
|
8018
8031
|
}
|
|
8019
8032
|
}
|
|
8033
|
+
.wac-wrapper {
|
|
8034
|
+
width: 100%;
|
|
8035
|
+
&.max-width {
|
|
8036
|
+
max-width: 1080px;
|
|
8037
|
+
margin: 0 auto;
|
|
8038
|
+
}
|
|
8039
|
+
}
|
|
8020
8040
|
.wac-wrapper-blocs {
|
|
8021
8041
|
&.sidebar {
|
|
8022
8042
|
width: calc(100% + 30px);
|
|
@@ -8038,13 +8058,6 @@ span.wac-tooltip {
|
|
|
8038
8058
|
}
|
|
8039
8059
|
}
|
|
8040
8060
|
}
|
|
8041
|
-
.wac-wrapper {
|
|
8042
|
-
width: 100%;
|
|
8043
|
-
&.max-width {
|
|
8044
|
-
max-width: 1080px;
|
|
8045
|
-
margin: 0 auto;
|
|
8046
|
-
}
|
|
8047
|
-
}
|
|
8048
8061
|
.wac-wrapper-multiple-block {
|
|
8049
8062
|
width: 100%;
|
|
8050
8063
|
display: flex;
|
|
@@ -8412,6 +8425,13 @@ h4.wac-h4 {
|
|
|
8412
8425
|
&.is-danger:not(.is-empty) {
|
|
8413
8426
|
border-color: $wac-primary-button !important;
|
|
8414
8427
|
}
|
|
8428
|
+
&.is-danger {
|
|
8429
|
+
& + .indication ~ span {
|
|
8430
|
+
.has-text-danger {
|
|
8431
|
+
transform: translateX(-75px);
|
|
8432
|
+
}
|
|
8433
|
+
}
|
|
8434
|
+
}
|
|
8415
8435
|
}
|
|
8416
8436
|
|
|
8417
8437
|
.control {
|
package/package.json
CHANGED
|
index cdbe961..52f7faa 100644
|
|
|
Binary file
|