@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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +6 -2
package/package.json
CHANGED
|
@@ -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
|
|
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:
|
|
377
|
+
margin-top: 0.125rem;
|
|
374
378
|
margin-left: $fs-10;
|
|
375
379
|
font-weight: 700;
|
|
376
380
|
}
|