@wizishop/angular-components 15.1.7 → 15.1.8
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
|
@@ -382,23 +382,22 @@ $wac-link-active: #38A3F1!default;
|
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
}
|
|
386
385
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
386
|
+
&.no-duration {
|
|
387
|
+
&.small {
|
|
388
|
+
.wac-alert-popup {
|
|
389
|
+
&__text {
|
|
390
|
+
padding-right: 65px;
|
|
391
|
+
}
|
|
392
|
+
&__close {
|
|
393
|
+
display: flex;
|
|
394
|
+
margin: 0;
|
|
395
|
+
}
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
|
|
402
401
|
&__title {
|
|
403
402
|
font-size: rem(24);
|
|
404
403
|
line-height: 1.4;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|