@wizishop/angular-components 0.0.154 → 0.0.155

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.
@@ -2859,10 +2859,11 @@ $wac-subtitle-color: #7A87A1!default;
2859
2859
  }
2860
2860
  .wac-text-area {
2861
2861
  label {
2862
- font-size: rem(14);
2863
- color: $wac-main-text;
2864
- font-weight: 500 !important;
2865
- margin-bottom: 0;
2862
+ padding: 0!important;
2863
+ font-size: rem(14)!important;
2864
+ line-height: rem(16)!important;
2865
+ margin: 0 0 rem(12)!important;
2866
+ font-weight: 500!important;
2866
2867
  }
2867
2868
 
2868
2869
  textarea {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.154",
3
+ "version": "0.0.155",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",