@annalib/anna-core 10.0.27 → 10.0.29

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.27",
3
+ "version": "10.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -362,20 +362,25 @@ section.min-maxContainer {
362
362
  font-size: 17px;
363
363
  }
364
364
  div.arrow-container {
365
- flex-direction: column-reverse;
365
+ flex-direction: column;
366
366
  display: flex;
367
- padding-top: $fs-6;
368
- // padding-left: 1px;
367
+ margin-top: $fs-6;
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