@annalib/anna-core 7.4.2 → 7.4.4

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.2",
3
+ "version": "7.4.4",
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 {