@wizishop/angular-components 15.1.37 → 15.1.38

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.
@@ -5705,6 +5705,7 @@ wac-optional-disable-container {
5705
5705
  */
5706
5706
  &.with-border {
5707
5707
  border: 1px solid $wac-border-form;
5708
+ padding: 20px;
5708
5709
  }
5709
5710
 
5710
5711
 
@@ -5778,6 +5779,18 @@ wac-optional-disable-container {
5778
5779
  width: auto!important;
5779
5780
  }
5780
5781
  }
5782
+ > * {
5783
+ &:not(:last-child) {
5784
+ @include media('>=tablet') {
5785
+ margin: 0 0 15px !important;
5786
+ }
5787
+ }
5788
+ &:last-child {
5789
+ @include media('>=tablet') {
5790
+ margin: 0 !important;
5791
+ }
5792
+ }
5793
+ }
5781
5794
  }
5782
5795
 
5783
5796
  /*
@@ -5971,6 +5984,7 @@ wac-optional-disable-container {
5971
5984
  }
5972
5985
  > * {
5973
5986
  width: 100%;
5987
+ display: flex;
5974
5988
  &:not(:last-child) {
5975
5989
  @include media('<tablet') {
5976
5990
  margin: 0 0 15px!important;
@@ -7306,30 +7320,6 @@ wac-optional-disable-container {
7306
7320
  margin: inherit;
7307
7321
  }
7308
7322
  }
7309
- .wac-token-check {
7310
- display: inline-block;
7311
- position: relative;
7312
- padding: 11px 20px;
7313
- border-style: solid;
7314
- border-width: 1px;
7315
- border-radius: 3px;
7316
- box-sizing: border-box;
7317
- border-color: $wac-border-light;
7318
- font-size: 14px;
7319
- line-height: 16px;
7320
- font-weight: 400;
7321
- > span:nth-child(2){
7322
- font-weight: 600;
7323
- }
7324
- > strong {
7325
- font-weight: 400;
7326
- }
7327
- > span {
7328
- &.warning {
7329
- color: $wac-primary-button;
7330
- }
7331
- }
7332
- }
7333
7323
  .wac-text-area {
7334
7324
 
7335
7325
  ::-webkit-input-placeholder {
@@ -7481,6 +7471,30 @@ wac-optional-disable-container {
7481
7471
  }
7482
7472
  }
7483
7473
  }
7474
+ .wac-token-check {
7475
+ display: inline-block;
7476
+ position: relative;
7477
+ padding: 11px 20px;
7478
+ border-style: solid;
7479
+ border-width: 1px;
7480
+ border-radius: 3px;
7481
+ box-sizing: border-box;
7482
+ border-color: $wac-border-light;
7483
+ font-size: 14px;
7484
+ line-height: 16px;
7485
+ font-weight: 400;
7486
+ > span:nth-child(2){
7487
+ font-weight: 600;
7488
+ }
7489
+ > strong {
7490
+ font-weight: 400;
7491
+ }
7492
+ > span {
7493
+ &.warning {
7494
+ color: $wac-primary-button;
7495
+ }
7496
+ }
7497
+ }
7484
7498
  span.wac-tooltip {
7485
7499
  position: relative;
7486
7500
  padding: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.37",
3
+ "version": "15.1.38",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",