@wizishop/angular-components 0.0.130 → 0.0.131

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.
@@ -643,6 +643,7 @@ $wac-color-success-popup-alert: #6DCC95!default;
643
643
  min-width: unset;
644
644
  margin: 0 0 100px;
645
645
  background-color: $wac-tag-success;
646
+ font-size: rem(14);
646
647
  &.is-danger {
647
648
  background-color: $wac-primary-button;
648
649
  }
@@ -653,6 +654,7 @@ $wac-color-success-popup-alert: #6DCC95!default;
653
654
  }
654
655
  .wac-alert-popup {
655
656
  &__text {
657
+ font-size: rem(14);
656
658
  white-space: nowrap;
657
659
  font-weight: 600;
658
660
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",