@wizishop/angular-components 0.0.65 → 0.0.66

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.
@@ -2432,6 +2432,10 @@ $wac-color-success-popup-alert: #6DCC95!default;
2432
2432
  width: 100%;
2433
2433
  border-bottom: 1px solid $wac-textarea-border-color;
2434
2434
 
2435
+ &:first-child:last-child {
2436
+ border-bottom: none;
2437
+ }
2438
+
2435
2439
  &__cell {
2436
2440
  @include flexbox();
2437
2441
  @include flex(1);
@@ -2506,8 +2510,8 @@ $wac-color-success-popup-alert: #6DCC95!default;
2506
2510
  font-size: rem(14);
2507
2511
  line-height: rem(16);
2508
2512
  border-radius: rem(3);
2509
- padding: rem(8) rem(15);
2510
- font-weight: 500;
2513
+ padding: rem(9);
2514
+ font-weight: 600;
2511
2515
  transition: 0.3s ease;
2512
2516
 
2513
2517
  &.big {
@@ -5587,7 +5591,7 @@ a.wac-link {
5587
5591
 
5588
5592
  &__sublevel {
5589
5593
  position: absolute;
5590
- width: 160px;
5594
+ min-width: 160px;
5591
5595
  top: 100%;
5592
5596
  right: 0;
5593
5597
  z-index: -1;
@@ -5601,6 +5605,7 @@ a.wac-link {
5601
5605
  &__container {
5602
5606
  padding: 10px 10px;
5603
5607
  border: 1px solid $wac-border-color;
5608
+ border-radius: 3px;
5604
5609
 
5605
5610
  &__item {
5606
5611
  padding: 5.7px 10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",