@annalib/anna-core 10.0.28 → 10.0.30

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": "10.0.28",
3
+ "version": "10.0.30",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -368,14 +368,19 @@ section.min-maxContainer {
368
368
  width: 9px;
369
369
  height: 18px;
370
370
  margin-right: $fs-19;
371
+ position: relative;
372
+ left: -9px;
373
+ top: -11px;
371
374
  i {
372
375
  color: black;
373
376
  cursor: pointer;
374
- font-size: $fs-9;
375
- }
376
- i.downward {
377
- transform: rotate(180deg);
377
+ max-height: 9px;
378
+ font-size: 25px;
379
+ width: 10px;
378
380
  }
381
+ // i.downward {
382
+ // transform: rotate(180deg);
383
+ // }
379
384
  }
380
385
  }
381
386