@annalib/anna-core 10.0.20 → 10.0.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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
- package/fesm2015/annalib-anna-core.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +10 -1
package/package.json
CHANGED
|
@@ -606,7 +606,8 @@ input.error-border{
|
|
|
606
606
|
|
|
607
607
|
::ng-deep .show-max.ngx-slider span.ngx-slider-model-high{
|
|
608
608
|
background: white;
|
|
609
|
-
box-shadow:
|
|
609
|
+
box-shadow: none;
|
|
610
|
+
// left: auto !important;
|
|
610
611
|
}
|
|
611
612
|
|
|
612
613
|
::ng-deep .ngx-slider span.ngx-slider-combined{
|
|
@@ -614,6 +615,14 @@ input.error-border{
|
|
|
614
615
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
615
616
|
}
|
|
616
617
|
|
|
618
|
+
::ng-deep .ngx-slider{
|
|
619
|
+
top: 10px !important;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
::ng-deep .ngx-slider-animate{
|
|
623
|
+
top: 0 !important;
|
|
624
|
+
}
|
|
625
|
+
|
|
617
626
|
.sidebar-slider{
|
|
618
627
|
margin-bottom: 6px;
|
|
619
628
|
}
|