@annalib/anna-core 10.0.27 → 10.0.28

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.28",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -362,10 +362,10 @@ 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
371
  i {