@annalib/anna-core 11.2.31 → 11.2.33

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": "11.2.31",
3
+ "version": "11.2.33",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -20,6 +20,7 @@
20
20
 
21
21
  .placeholder {
22
22
  color: $gray74;
23
+ width: 100%;
23
24
  @include fonts(Roboto, 14px, normal, normal, normal, normal, normal);
24
25
  }
25
26
 
@@ -176,13 +176,19 @@ div.radio-container {
176
176
  }
177
177
  }
178
178
 
179
+ .checkbox-filter-buttons-container{
180
+ padding: 0 8px !important;
181
+ }
182
+
179
183
  .buttons-container {
180
184
  display: flex;
181
185
  margin: 0px auto 0.4375rem;
182
186
  justify-content: center;
187
+ padding: 0 12px;
183
188
 
184
189
  .button{
185
190
  padding: 0 10px;
191
+ width: 50%;
186
192
  margin: 8px 0 0 8px;
187
193
  width: 106px;
188
194
  text-overflow: ellipsis;
@@ -194,7 +200,7 @@ div.radio-container {
194
200
  background-color: $primary-color;
195
201
  color: white;
196
202
  margin-left: 0.5rem;
197
- margin-right: 0.5rem;
203
+ // margin-right: 0.5rem;
198
204
  }
199
205
 
200
206
  button.disabled {
@@ -350,11 +356,17 @@ section.min-maxContainer {
350
356
  .time-container {
351
357
  width: 100%;
352
358
  display: flex;
353
- padding: $fs-2 $fs-10 0 $fs-10;
359
+ padding: 0 $fs-12;
354
360
  input.form-control:disabled {
355
361
  background-color: white;
356
362
  width: $fs-45;
357
363
  }
364
+
365
+ input.numberInput:focus{
366
+ box-shadow: none;
367
+ border-color:#c2cfd6;
368
+ }
369
+
358
370
  .dot {
359
371
  color: #cbcbcb;
360
372
  position: relative;
@@ -628,6 +640,7 @@ input.error-border{
628
640
 
629
641
  ::ng-deep .ngx-slider{
630
642
  top: 10px !important;
643
+ margin: 5px 0 2px 0 !important;
631
644
  }
632
645
 
633
646
  ::ng-deep .ngx-slider-animate{
@@ -635,10 +648,27 @@ input.error-border{
635
648
  }
636
649
 
637
650
  .sidebar-slider{
638
- margin-bottom: 6px;
651
+ margin-bottom: 35px !important;
652
+ margin-left: 5px;
653
+ margin-right: 5px;
639
654
  }
640
655
 
641
656
  .slider-placeholder{
642
657
  height: 14px
643
658
  }
644
- //end of slider css
659
+ //end of slider css
660
+
661
+ //DatePicker css
662
+ ::ng-deep .filter-calendar{
663
+
664
+ select.form-select:focus{
665
+ border-color: rgb(194, 207, 214);
666
+ box-shadow: none;
667
+ }
668
+
669
+ select.form-select{
670
+ background-color: white;
671
+ }
672
+
673
+ }
674
+
@@ -36,7 +36,7 @@
36
36
  display: block;
37
37
  text-align: right;
38
38
  margin-left: auto;
39
- background-color: white;
39
+ background-color: transparent;
40
40
  text-decoration: underline;
41
41
  color: #268bff;
42
42
  line-height: 1 !important;