@annalib/anna-core 10.0.5 → 10.0.7
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 +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +6 -4
- package/fesm2015/annalib-anna-core.mjs +7 -5
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +7 -5
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +3 -20
package/package.json
CHANGED
|
@@ -134,7 +134,7 @@ div.radio-container {
|
|
|
134
134
|
background-color: $filterRadioContainer;
|
|
135
135
|
// padding: $fs-2 $fs-2 $fs-2 $fs-4;
|
|
136
136
|
border-radius: $fs-2;
|
|
137
|
-
margin:
|
|
137
|
+
margin: 0px $fs-7 $fs-4 $fs-7;
|
|
138
138
|
div{
|
|
139
139
|
flex: 1;
|
|
140
140
|
width: 50%;
|
|
@@ -178,25 +178,12 @@ div.radio-container {
|
|
|
178
178
|
|
|
179
179
|
.buttons-container {
|
|
180
180
|
display: flex;
|
|
181
|
-
margin: 0px auto
|
|
181
|
+
margin: 0px auto 0px;
|
|
182
182
|
justify-content: center;
|
|
183
|
-
|
|
184
|
-
.button{
|
|
185
|
-
padding: 0 10px;
|
|
186
|
-
margin: 8px 0 0 8px;
|
|
187
|
-
width: 106px;
|
|
188
|
-
text-overflow: ellipsis;
|
|
189
|
-
white-space: nowrap;
|
|
190
|
-
overflow: hidden;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
183
|
button:last-of-type {
|
|
194
184
|
background-color: $primary-color;
|
|
195
185
|
color: white;
|
|
196
|
-
margin-left: 0.5rem;
|
|
197
|
-
margin-right: 0.5rem;
|
|
198
186
|
}
|
|
199
|
-
|
|
200
187
|
button.disabled {
|
|
201
188
|
background: $gray74;
|
|
202
189
|
opacity: 0.5;
|
|
@@ -503,8 +490,7 @@ button.filter-text-btn{
|
|
|
503
490
|
::ng-deep .non-edit-datepicker-tooltip .tooltip-inner{
|
|
504
491
|
max-width: 310px !important;
|
|
505
492
|
width: 283px !important;
|
|
506
|
-
overflow-y: initial !important;
|
|
507
|
-
padding: 0px !important;
|
|
493
|
+
overflow-y: initial !important;
|
|
508
494
|
}
|
|
509
495
|
|
|
510
496
|
|
|
@@ -543,17 +529,14 @@ input.error-border{
|
|
|
543
529
|
|
|
544
530
|
::ng-deep .non-edit-checkbox-tooltip .tooltip-inner{
|
|
545
531
|
width: 238px !important;
|
|
546
|
-
padding: 0px !important;
|
|
547
532
|
}
|
|
548
533
|
|
|
549
534
|
::ng-deep .non-edit-slider-tooltip .tooltip-inner{
|
|
550
535
|
width: 238px !important;
|
|
551
|
-
padding: 0px !important;
|
|
552
536
|
}
|
|
553
537
|
|
|
554
538
|
::ng-deep .non-edit-time-tooltip .tooltip-inner{
|
|
555
539
|
width: 250px !important;
|
|
556
|
-
padding: 0px !important;
|
|
557
540
|
}
|
|
558
541
|
|
|
559
542
|
::ng-deep .no-bottom-border{
|