@annalib/anna-core 11.2.20 → 11.2.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "11.2.20",
3
+ "version": "11.2.22",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -628,6 +628,7 @@ input.error-border{
628
628
 
629
629
  ::ng-deep .ngx-slider{
630
630
  top: 10px !important;
631
+ margin: 5px 0 2px 0 !important;
631
632
  }
632
633
 
633
634
  ::ng-deep .ngx-slider-animate{
@@ -635,7 +636,9 @@ input.error-border{
635
636
  }
636
637
 
637
638
  .sidebar-slider{
638
- margin-bottom: 6px;
639
+ margin-bottom: 35px !important;
640
+ margin-left: 5px;
641
+ margin-right: 5px;
639
642
  }
640
643
 
641
644
  .slider-placeholder{
@@ -36,7 +36,7 @@
36
36
  display: block;
37
37
  text-align: right;
38
38
  margin-left: auto;
39
- background-color: white;
39
+ background-color: transparent;
40
40
  text-decoration: underline;
41
41
  color: #268bff;
42
42
  line-height: 1 !important;