@annalib/anna-core 11.3.7 → 11.3.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": "11.3.7",
3
+ "version": "11.3.9",
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,15 +176,20 @@ 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;
186
- margin: 8px 0 0 8px;
187
- width: 106px;
191
+ width: 100%;
192
+ margin: 8px 0 0 0;
188
193
  text-overflow: ellipsis;
189
194
  white-space: nowrap;
190
195
  overflow: hidden;
@@ -194,7 +199,7 @@ div.radio-container {
194
199
  background-color: $primary-color;
195
200
  color: white;
196
201
  margin-left: 0.5rem;
197
- margin-right: 0.5rem;
202
+ // margin-right: 0.5rem;
198
203
  }
199
204
 
200
205
  button.disabled {
@@ -350,11 +355,17 @@ section.min-maxContainer {
350
355
  .time-container {
351
356
  width: 100%;
352
357
  display: flex;
353
- padding: $fs-2 $fs-10 0 $fs-10;
358
+ padding: 0 $fs-12;
354
359
  input.form-control:disabled {
355
360
  background-color: white;
356
361
  width: $fs-45;
357
362
  }
363
+
364
+ input.numberInput:focus{
365
+ box-shadow: none;
366
+ border-color:#c2cfd6;
367
+ }
368
+
358
369
  .dot {
359
370
  color: #cbcbcb;
360
371
  position: relative;
@@ -628,6 +639,7 @@ input.error-border{
628
639
 
629
640
  ::ng-deep .ngx-slider{
630
641
  top: 10px !important;
642
+ margin: 5px 0 2px 0 !important;
631
643
  }
632
644
 
633
645
  ::ng-deep .ngx-slider-animate{
@@ -635,10 +647,27 @@ input.error-border{
635
647
  }
636
648
 
637
649
  .sidebar-slider{
638
- margin-bottom: 6px;
650
+ margin-bottom: 35px !important;
651
+ margin-left: 5px;
652
+ margin-right: 5px;
639
653
  }
640
654
 
641
655
  .slider-placeholder{
642
656
  height: 14px
643
657
  }
644
- //end of slider css
658
+ //end of slider css
659
+
660
+ //DatePicker css
661
+ ::ng-deep .filter-calendar{
662
+
663
+ select.form-select:focus{
664
+ border-color: rgb(194, 207, 214);
665
+ box-shadow: none;
666
+ }
667
+
668
+ select.form-select{
669
+ background-color: white;
670
+ }
671
+
672
+ }
673
+
@@ -39,7 +39,7 @@
39
39
  display: block;
40
40
  text-align: right;
41
41
  margin-left: auto;
42
- background-color: white;
42
+ background-color: transparent;
43
43
  text-decoration: underline;
44
44
  color: #268bff;
45
45
  line-height: 1 !important;