@wizishop/angular-components 0.0.82 → 0.0.83

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.
@@ -4680,6 +4680,7 @@ h4.wac-h4 {
4680
4680
  }
4681
4681
  .wac-field-checkbox {
4682
4682
  &__row {
4683
+ position: relative;
4683
4684
  min-width: 100%;
4684
4685
  margin: 0;
4685
4686
  }
@@ -4752,6 +4753,7 @@ h4.wac-h4 {
4752
4753
 
4753
4754
  .is-checkradio[type='checkbox'] {
4754
4755
  outline: 0 !important;
4756
+ top: 0;
4755
4757
  & + label {
4756
4758
  font-size: rem(14);
4757
4759
  line-height: 0;
@@ -2080,7 +2080,7 @@
2080
2080
  AlertComponent.decorators = [
2081
2081
  { type: i0.Component, args: [{
2082
2082
  selector: 'wac-alert',
2083
- template: "<div class=\"wac-alert\" [ngClass]=\"{ success: success, warning: warning, alert: alert }\">\n <i *ngIf=\"icon\" [ngClass]=\"iconClass\"></i>\n <p><ng-content></ng-content></p>\n</div>\n"
2083
+ template: "<div class=\"wac-alert\" [ngClass]=\"{ success: success, warning: warning, alert: alert }\">\n <i *ngIf=\"icon\" [ngClass]=\"iconClass\"></i>\n <p><ng-content></ng-content></p> <!-- ! Refacto : Remove p tag, attention \u00E0 wizi-admin -->\n</div>\n"
2084
2084
  },] }
2085
2085
  ];
2086
2086
  AlertComponent.ctorParameters = function () { return []; };