@wizishop/angular-components 0.0.216 → 0.0.217
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
|
@@ -3182,12 +3182,21 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3182
3182
|
margin: 0 0 rem(30);
|
|
3183
3183
|
&.grey {
|
|
3184
3184
|
color: $wac-second-color;
|
|
3185
|
+
* {
|
|
3186
|
+
color: $wac-second-color!important;
|
|
3187
|
+
}
|
|
3185
3188
|
}
|
|
3186
3189
|
&.yellow {
|
|
3187
3190
|
color: $wac-warning-color;
|
|
3191
|
+
* {
|
|
3192
|
+
color: $wac-warning-color!important;
|
|
3193
|
+
}
|
|
3188
3194
|
}
|
|
3189
3195
|
&.red {
|
|
3190
3196
|
color: $wac-primary;
|
|
3197
|
+
* {
|
|
3198
|
+
color: $wac-primary!important;
|
|
3199
|
+
}
|
|
3191
3200
|
}
|
|
3192
3201
|
&.label {
|
|
3193
3202
|
color: $placeholder-color;
|
|
@@ -5719,7 +5728,7 @@ span.wac-tooltip {
|
|
|
5719
5728
|
display: none;
|
|
5720
5729
|
}
|
|
5721
5730
|
&:not(:empty) {
|
|
5722
|
-
margin:
|
|
5731
|
+
margin: -5px 0 0;
|
|
5723
5732
|
}
|
|
5724
5733
|
}
|
|
5725
5734
|
> *:not(a) {
|
package/package.json
CHANGED
|
index a021a91..012e508 100644
|
|
|
Binary file
|