@annalib/anna-core 7.4.1 → 7.4.3

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": "7.4.1",
3
+ "version": "7.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -212,7 +212,11 @@ div.radio-container {
212
212
  border-radius: $fs-2;
213
213
  margin: $fs-4 $fs-7 $fs-3 $fs-7;
214
214
  height: $fs-24;
215
- padding: $fs-3 0 $fs-3 $fs-8;
215
+ padding: $fs-3 8px $fs-3 $fs-8;
216
+ .search-bar-close {
217
+ margin-left: auto;
218
+ float: right;
219
+ }
216
220
  }
217
221
 
218
222
  .search-icon {
@@ -370,7 +374,7 @@ section.min-maxContainer {
370
374
  label {
371
375
  margin-bottom: 0;
372
376
  color: $charcoal;
373
- margin-top: $fs-10;
377
+ margin-top: 0.125rem;
374
378
  margin-left: $fs-10;
375
379
  font-weight: 700;
376
380
  }