@wizishop/angular-components 15.1.133 → 15.1.135
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
|
@@ -566,6 +566,19 @@ $wac-tab-colunm-blue: #3ba6ec!default;.zindexToggle {
|
|
|
566
566
|
|
|
567
567
|
&.is-top {
|
|
568
568
|
top: 0;
|
|
569
|
+
width: fit-content;
|
|
570
|
+
transition: opacity .3s ease;
|
|
571
|
+
&.small {
|
|
572
|
+
top: 30px;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
&.is-top-center {
|
|
577
|
+
top: 0;
|
|
578
|
+
left: 50%;
|
|
579
|
+
transform: translateX(-50%);
|
|
580
|
+
width: fit-content;
|
|
581
|
+
transition: opacity .3s ease;
|
|
569
582
|
&.small {
|
|
570
583
|
top: 30px;
|
|
571
584
|
}
|
|
@@ -9071,7 +9084,16 @@ span.wac-tooltip {
|
|
|
9071
9084
|
}
|
|
9072
9085
|
}
|
|
9073
9086
|
|
|
9074
|
-
|
|
9087
|
+
h2.wac-h2 {
|
|
9088
|
+
font-size: rem(18);
|
|
9089
|
+
line-height: rem(21);
|
|
9090
|
+
font-weight: 500;
|
|
9091
|
+
color: $wac-main-text;
|
|
9092
|
+
|
|
9093
|
+
&.no-margin {
|
|
9094
|
+
margin: 0 !important;
|
|
9095
|
+
}
|
|
9096
|
+
}h1.wac-h1 {
|
|
9075
9097
|
font-size: rem(30);
|
|
9076
9098
|
line-height: rem(35);
|
|
9077
9099
|
font-weight: 600;
|
|
@@ -9103,16 +9125,7 @@ h1.wac-h1 {
|
|
|
9103
9125
|
font-weight: normal;
|
|
9104
9126
|
}
|
|
9105
9127
|
}
|
|
9106
|
-
|
|
9107
|
-
font-size: rem(18);
|
|
9108
|
-
line-height: rem(21);
|
|
9109
|
-
font-weight: 500;
|
|
9110
|
-
color: $wac-main-text;
|
|
9111
|
-
|
|
9112
|
-
&.no-margin {
|
|
9113
|
-
margin: 0 !important;
|
|
9114
|
-
}
|
|
9115
|
-
}h3.wac-h3 {
|
|
9128
|
+
h3.wac-h3 {
|
|
9116
9129
|
font-size: rem(16);
|
|
9117
9130
|
line-height: rem(19);
|
|
9118
9131
|
font-weight: 500;
|
package/package.json
CHANGED
package/{wizishop-angular-components-15.1.133.tgz → wizishop-angular-components-15.1.135.tgz}
RENAMED
|
index b97ef9e..524d4db 100644
|
|
|
Binary file
|