@wizishop/angular-components 0.0.157 → 0.0.158

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.
@@ -575,15 +575,9 @@ $wac-subtitle-color: #7A87A1!default;
575
575
  width: 100%;
576
576
  display: flex;
577
577
  align-items: center;
578
- background-color: $wac-white;
579
578
  padding: 10px;
580
579
  margin: 0 0 10px;
581
580
  border-radius: 3px;
582
- box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
583
-
584
- &:hover {
585
- box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
586
- }
587
581
 
588
582
  @include media('<desktop') {
589
583
  max-width: 100%;
@@ -626,6 +620,12 @@ $wac-subtitle-color: #7A87A1!default;
626
620
  background-color: $wac-wizishop-blue;
627
621
  }
628
622
  }
623
+
624
+ &.current {
625
+ &:before {
626
+ height: 5px;
627
+ }
628
+ }
629
629
  @include media('<desktop') {
630
630
  width: auto;
631
631
  min-width: unset;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",