@annalib/anna-core 5.0.7 → 5.0.9

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": "5.0.7",
3
+ "version": "5.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -80,17 +80,17 @@ span.mdi-filter {
80
80
  color: #cbcbcb;
81
81
  }
82
82
  //Slider
83
- ::ng-deep .ngx-slider {
84
- margin: 5px 0 2px 0 !important;
85
- width: 100% !important;
86
- }
87
-
88
- ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value {
89
- display: block !important;
90
- padding: 2px !important;
91
- box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
92
- height: 20px !important;
93
- }
83
+ // ::ng-deep .ngx-slider {
84
+ // margin: 5px 0 2px 0 !important;
85
+ // width: 100% !important;
86
+ // }
87
+
88
+ // ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value {
89
+ // display: block !important;
90
+ // padding: 2px !important;
91
+ // box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
92
+ // height: 20px !important;
93
+ // }
94
94
 
95
95
  ::ng-deep .ngx-slider-pointer {
96
96
  top: -5px !important;
@@ -102,75 +102,12 @@ span.mdi-filter {
102
102
  border-radius: 16px !important;
103
103
  }
104
104
 
105
- ::ng-deep .ngx-slider-pointer:after {
106
- display: none !important;
107
- }
108
-
109
- ::ng-deep .ngx-slider-pointer:focus {
110
- outline: none !important;
111
- }
112
-
113
- ::ng-deep span.ngx-slider-bar {
114
- background: #ededed !important;
115
- height: 3px !important;
116
- }
117
-
118
- ::ng-deep .filter-slider span.ngx-slider-bar.ngx-slider-selection {
119
- background: #bdbdbd !important;
120
- height: 3px !important;
121
- }
122
-
123
- ::ng-deep .sidebar-slider {
124
- margin-bottom: 35px !important;
125
- // width: 245px;
126
- margin-left: $fs-5;
127
- margin-right: $fs-5;
128
- }
129
-
130
- ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-high {
131
- right: 0 !important;
132
- }
133
-
134
- ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-ceil {
135
- right: 0 !important;
136
- }
137
-
138
- ::ng-deep .ngx-slider-bubble {
139
- top: 10px !important;
140
- bottom: 0 !important;
141
- padding: 1px 0 !important;
142
- font-size: 12px !important;
143
- }
144
-
145
- ::ng-deep .ngx-slider.animate {
146
- top: 10px !important;
147
- bottom: 0 !important;
148
- padding: 1px 0 !important;
149
- font-size: 12px !important;
150
- }
151
-
152
- ::ng-deep .ngx-slider-bubble {
153
- top: 10px !important;
154
- bottom: 0 !important;
155
- padding: 1px 0 !important;
156
- font-size: 12px !important;
157
- /*left: 120px !important;*/
158
- }
159
105
 
160
106
  @mixin button-text {
161
107
  text-align: center;
162
108
  outline: none;
163
109
  @include fonts(Roboto, $fs-12, normal, normal, normal, 1.67, normal);
164
110
  }
165
- ::ng-deep .ngx-slider-bar {
166
- background: rgba(0, 0, 0, 0.26) !important;
167
- height: 3px !important;
168
- }
169
-
170
- ::ng-deep .ngx-slider-bar.ngx-slider-selection {
171
- background: #42a5f5 !important;
172
- height: 3px !important;
173
- }
174
111
 
175
112
  input:focus {
176
113
  outline: none;
@@ -600,4 +537,62 @@ input.error-border{
600
537
  p.sort-container{
601
538
  border-bottom: none !important;
602
539
  }
603
- }
540
+ }
541
+
542
+ //Slider Filter Css
543
+
544
+ ::ng-deep .ngx-slider-pointer-min {
545
+ &::after {
546
+ display: none;
547
+ }
548
+ }
549
+
550
+ ::ng-deep .ngx-slider-pointer-max {
551
+ &::after {
552
+ display: none;
553
+ }
554
+ }
555
+
556
+ ::ng-deep .ngx-slider span.ngx-slider-pointer {
557
+ width: 12px;
558
+ height: 12px;
559
+ top: -5px;
560
+ background-color: #bdbdbd;
561
+ }
562
+
563
+ ::ng-deep .ngx-slider span.ngx-slider-bar {
564
+ height: 3px;
565
+ background: #ededed;
566
+ }
567
+
568
+ ::ng-deep .ngx-slider span.ngx-slider-selection {
569
+ background: #bdbdbd;
570
+ }
571
+
572
+ //Aligning the label to bottom
573
+ ::ng-deep .ngx-slider span.ngx-slider-bubble {
574
+ bottom: -22px;
575
+ font-size: 12px;
576
+ color: #333;
577
+ }
578
+
579
+ ::ng-deep .show-min.ngx-slider span.ngx-slider-model-value{
580
+ background: white;
581
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
582
+ }
583
+
584
+ ::ng-deep .show-max.ngx-slider span.ngx-slider-model-high{
585
+ background: white;
586
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
587
+ }
588
+
589
+ ::ng-deep .ngx-slider span.ngx-slider-combined{
590
+ background: white;
591
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
592
+ }
593
+
594
+ .sidebar-slider{
595
+ margin-bottom: 6px;
596
+ }
597
+
598
+ //end of slider css
@@ -20,7 +20,7 @@
20
20
  .modal-dialog {
21
21
  font-family: Roboto !important;
22
22
  top: 100px !important;
23
- margin: 1.75rem auto;
23
+ margin: 0 auto;
24
24
  }
25
25
 
26
26
  .modal-content {