@annalib/anna-core 11.3.6 → 11.3.8
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-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +3 -3
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
- package/fesm2015/annalib-anna-core.mjs +4 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_customDropdown.scss +1 -0
- package/src/lib/anna-common-scss/_filters.scss +9 -4
package/package.json
CHANGED
|
@@ -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
|
-
|
|
187
|
-
|
|
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,7 +355,7 @@ section.min-maxContainer {
|
|
|
350
355
|
.time-container {
|
|
351
356
|
width: 100%;
|
|
352
357
|
display: flex;
|
|
353
|
-
padding:
|
|
358
|
+
padding: 0 $fs-12;
|
|
354
359
|
input.form-control:disabled {
|
|
355
360
|
background-color: white;
|
|
356
361
|
width: $fs-45;
|