@annalib/anna-core 37.0.24 → 37.1.0
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/README.md +28 -28
- package/fesm2022/annalib-anna-core.mjs +50 -133
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +5 -8
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +3 -17
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +8 -8
- package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +29 -29
- package/src/lib/anna-common-scss/_button.scss +18 -18
- package/src/lib/anna-common-scss/_colors.scss +107 -107
- package/src/lib/anna-common-scss/_common-order-listing-table.scss +190 -190
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +126 -126
- package/src/lib/anna-common-scss/_dashboard-partials.scss +107 -107
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_drag-and-drop.scss +22 -22
- package/src/lib/anna-common-scss/_easy-filter.scss +139 -139
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +80 -80
- package/src/lib/anna-common-scss/_email-button.scss +89 -89
- package/src/lib/anna-common-scss/_filters.scss +728 -728
- package/src/lib/anna-common-scss/_font.scss +9 -9
- package/src/lib/anna-common-scss/_fonts.scss +86 -86
- package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
- package/src/lib/anna-common-scss/_generic-table-common.scss +220 -220
- package/src/lib/anna-common-scss/_generic-tooltip-html.scss +69 -69
- package/src/lib/anna-common-scss/_gt-table.scss +586 -586
- package/src/lib/anna-common-scss/_icons.scss +3 -3
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +68 -68
- package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
- package/src/lib/anna-common-scss/_mixins.scss +187 -187
- package/src/lib/anna-common-scss/_modal.scss +37 -37
- package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +37 -37
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_show-hide-total-row.scss +27 -27
- package/src/lib/anna-common-scss/_sort.scss +30 -30
- package/src/lib/anna-common-scss/_toggle.scss +86 -86
- package/src/lib/anna-common-scss/style.scss +7 -7
- package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +26 -26
- package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +39 -39
- package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
- package/src/lib/anna-common-scss/user-module-common-scss/_user-module.scss +65 -65
- package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +111 -111
|
@@ -1,220 +1,220 @@
|
|
|
1
|
-
@use "../anna-common-scss/fonts" as fonts;
|
|
2
|
-
@use "../anna-common-scss/colors" as colors;
|
|
3
|
-
|
|
4
|
-
@mixin no-data-to-display-gt($tableHeight, $rowHeight, $noDataMarginTop) {
|
|
5
|
-
.table-container {
|
|
6
|
-
height: calc($tableHeight) !important;
|
|
7
|
-
|
|
8
|
-
table {
|
|
9
|
-
border: solid 1px #d4d4d4;
|
|
10
|
-
|
|
11
|
-
thead {
|
|
12
|
-
th {
|
|
13
|
-
cursor: default;
|
|
14
|
-
box-shadow: none !important;
|
|
15
|
-
border: solid 1px #d4d4d4 !important;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
tbody {
|
|
20
|
-
tr.no-border-tr:first-of-type {
|
|
21
|
-
height: $rowHeight !important;
|
|
22
|
-
|
|
23
|
-
td {
|
|
24
|
-
box-shadow: none !important;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
tr:nth-child(n + 1) {
|
|
29
|
-
td {
|
|
30
|
-
box-shadow: none !important;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.no-data {
|
|
38
|
-
margin-top: $noDataMarginTop !important;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@mixin resetFilterStyle() {
|
|
43
|
-
padding: 0;
|
|
44
|
-
border: none;
|
|
45
|
-
display: block;
|
|
46
|
-
text-align: right;
|
|
47
|
-
margin-left: auto;
|
|
48
|
-
width: fit-content;
|
|
49
|
-
background-color: transparent;
|
|
50
|
-
text-decoration: underline;
|
|
51
|
-
color: #268bff;
|
|
52
|
-
line-height: 1 !important;
|
|
53
|
-
font-size: var(--reset-all-filter-fs) !important;
|
|
54
|
-
letter-spacing: normal !important;
|
|
55
|
-
font-weight: normal !important;
|
|
56
|
-
|
|
57
|
-
&:hover:enabled {
|
|
58
|
-
color: #268bff;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:disabled {
|
|
62
|
-
color: #4a4a4a;
|
|
63
|
-
opacity: 0.5;
|
|
64
|
-
cursor: not-allowed;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@mixin tableDataLink() {
|
|
69
|
-
a {
|
|
70
|
-
cursor: pointer !important;
|
|
71
|
-
color: #268bff !important;
|
|
72
|
-
text-decoration: underline !important;
|
|
73
|
-
|
|
74
|
-
&.disabled {
|
|
75
|
-
color: #b7b6b6;
|
|
76
|
-
pointer-events: none;
|
|
77
|
-
text-decoration: none;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@mixin table-ellipses {
|
|
83
|
-
div {
|
|
84
|
-
text-overflow: ellipsis !important;
|
|
85
|
-
overflow: hidden !important;
|
|
86
|
-
white-space: nowrap !important;
|
|
87
|
-
// width: 99.5%;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
@mixin table-input-box($height, $borderColor) {
|
|
92
|
-
border: solid 1px $borderColor;
|
|
93
|
-
height: $height;
|
|
94
|
-
width: 99%;
|
|
95
|
-
text-overflow: ellipsis;
|
|
96
|
-
overflow: hidden;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@mixin table-input-box-disabled($height, $borderColor, $bgColor, $color) {
|
|
100
|
-
border: solid 1px $borderColor;
|
|
101
|
-
height: $height;
|
|
102
|
-
background-color: $bgColor;
|
|
103
|
-
pointer-events: none !important;
|
|
104
|
-
cursor: default !important;
|
|
105
|
-
color: $color;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
@mixin table-ellipses-only-on-text-span {
|
|
109
|
-
span {
|
|
110
|
-
text-overflow: ellipsis !important;
|
|
111
|
-
overflow: hidden !important;
|
|
112
|
-
white-space: nowrap !important;
|
|
113
|
-
display: inline-block !important;
|
|
114
|
-
max-width: 92%;
|
|
115
|
-
width: fit-content;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
@mixin noBorderTableHeader($bgColor) {
|
|
120
|
-
background: $bgColor !important;
|
|
121
|
-
box-shadow: none !important;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
@mixin genericTableHeaderShadow($columnNumber) {
|
|
125
|
-
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
126
|
-
border: none !important;
|
|
127
|
-
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
@mixin genericTableTotalRowShadow($columnNumber) {
|
|
132
|
-
.scroll-left-shadow-effect .total-row td:nth-of-type(#{$columnNumber}) {
|
|
133
|
-
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@mixin genericTableTableDataShadow($columnNumber) {
|
|
138
|
-
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
139
|
-
filter: drop-shadow(2px 0 1px colors.$lightGray-4);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
@mixin genericTableOverrideHeaderShadow($columnNumber) {
|
|
144
|
-
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
145
|
-
box-shadow: none !important;
|
|
146
|
-
border: none !important;
|
|
147
|
-
filter: none;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@mixin genericTableOverrideTableDataShadow($columnNumber) {
|
|
152
|
-
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
153
|
-
filter: none;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
@mixin genericTableHeaderShadow($columnNumber) {
|
|
158
|
-
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
159
|
-
border: none !important;
|
|
160
|
-
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
@mixin genericTableTotalRowShadow($columnNumber) {
|
|
165
|
-
.scroll-left-shadow-effect .total-row td:nth-of-type(#{$columnNumber}) {
|
|
166
|
-
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
@mixin genericTableTableDataShadow($columnNumber) {
|
|
171
|
-
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
172
|
-
filter: drop-shadow(2px 0 1px colors.$lightGray-4);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
@mixin genericTableOverrideHeaderShadow($columnNumber) {
|
|
177
|
-
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
178
|
-
box-shadow: none !important;
|
|
179
|
-
border: none !important;
|
|
180
|
-
filter: none;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
@mixin genericTableOverrideTableDataShadow($columnNumber) {
|
|
185
|
-
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
186
|
-
filter: none;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
@mixin overrideEmptyTrBorders($startIndex) {
|
|
191
|
-
tr.no-border-tr:first-of-type {
|
|
192
|
-
td:nth-of-type(#{$startIndex}) {
|
|
193
|
-
box-shadow: inset 1px 0px 0px 0px #d4d4d4 !important;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
td:nth-child(n + #{$startIndex + 1}) {
|
|
197
|
-
box-shadow: none !important;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
td:last-of-type {
|
|
201
|
-
box-shadow: inset -1px 0px 0px 0px #d4d4d4 !important;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
@mixin overrideEmptyTrBorders($startIndex) {
|
|
207
|
-
tr.no-border-tr:first-of-type {
|
|
208
|
-
td:nth-of-type(#{$startIndex}) {
|
|
209
|
-
box-shadow: inset 1px 0px 0px 0px #d4d4d4 !important;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
td:nth-child(n + #{$startIndex + 1}) {
|
|
213
|
-
box-shadow: none !important;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
td:last-of-type {
|
|
217
|
-
box-shadow: inset -1px 0px 0px 0px #d4d4d4 !important;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
1
|
+
@use "../anna-common-scss/fonts" as fonts;
|
|
2
|
+
@use "../anna-common-scss/colors" as colors;
|
|
3
|
+
|
|
4
|
+
@mixin no-data-to-display-gt($tableHeight, $rowHeight, $noDataMarginTop) {
|
|
5
|
+
.table-container {
|
|
6
|
+
height: calc($tableHeight) !important;
|
|
7
|
+
|
|
8
|
+
table {
|
|
9
|
+
border: solid 1px #d4d4d4;
|
|
10
|
+
|
|
11
|
+
thead {
|
|
12
|
+
th {
|
|
13
|
+
cursor: default;
|
|
14
|
+
box-shadow: none !important;
|
|
15
|
+
border: solid 1px #d4d4d4 !important;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
tbody {
|
|
20
|
+
tr.no-border-tr:first-of-type {
|
|
21
|
+
height: $rowHeight !important;
|
|
22
|
+
|
|
23
|
+
td {
|
|
24
|
+
box-shadow: none !important;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
tr:nth-child(n + 1) {
|
|
29
|
+
td {
|
|
30
|
+
box-shadow: none !important;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.no-data {
|
|
38
|
+
margin-top: $noDataMarginTop !important;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@mixin resetFilterStyle() {
|
|
43
|
+
padding: 0;
|
|
44
|
+
border: none;
|
|
45
|
+
display: block;
|
|
46
|
+
text-align: right;
|
|
47
|
+
margin-left: auto;
|
|
48
|
+
width: fit-content;
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
text-decoration: underline;
|
|
51
|
+
color: #268bff;
|
|
52
|
+
line-height: 1 !important;
|
|
53
|
+
font-size: var(--reset-all-filter-fs) !important;
|
|
54
|
+
letter-spacing: normal !important;
|
|
55
|
+
font-weight: normal !important;
|
|
56
|
+
|
|
57
|
+
&:hover:enabled {
|
|
58
|
+
color: #268bff;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:disabled {
|
|
62
|
+
color: #4a4a4a;
|
|
63
|
+
opacity: 0.5;
|
|
64
|
+
cursor: not-allowed;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@mixin tableDataLink() {
|
|
69
|
+
a {
|
|
70
|
+
cursor: pointer !important;
|
|
71
|
+
color: #268bff !important;
|
|
72
|
+
text-decoration: underline !important;
|
|
73
|
+
|
|
74
|
+
&.disabled {
|
|
75
|
+
color: #b7b6b6;
|
|
76
|
+
pointer-events: none;
|
|
77
|
+
text-decoration: none;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@mixin table-ellipses {
|
|
83
|
+
div {
|
|
84
|
+
text-overflow: ellipsis !important;
|
|
85
|
+
overflow: hidden !important;
|
|
86
|
+
white-space: nowrap !important;
|
|
87
|
+
// width: 99.5%;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@mixin table-input-box($height, $borderColor) {
|
|
92
|
+
border: solid 1px $borderColor;
|
|
93
|
+
height: $height;
|
|
94
|
+
width: 99%;
|
|
95
|
+
text-overflow: ellipsis;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@mixin table-input-box-disabled($height, $borderColor, $bgColor, $color) {
|
|
100
|
+
border: solid 1px $borderColor;
|
|
101
|
+
height: $height;
|
|
102
|
+
background-color: $bgColor;
|
|
103
|
+
pointer-events: none !important;
|
|
104
|
+
cursor: default !important;
|
|
105
|
+
color: $color;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@mixin table-ellipses-only-on-text-span {
|
|
109
|
+
span {
|
|
110
|
+
text-overflow: ellipsis !important;
|
|
111
|
+
overflow: hidden !important;
|
|
112
|
+
white-space: nowrap !important;
|
|
113
|
+
display: inline-block !important;
|
|
114
|
+
max-width: 92%;
|
|
115
|
+
width: fit-content;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
@mixin noBorderTableHeader($bgColor) {
|
|
120
|
+
background: $bgColor !important;
|
|
121
|
+
box-shadow: none !important;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@mixin genericTableHeaderShadow($columnNumber) {
|
|
125
|
+
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
126
|
+
border: none !important;
|
|
127
|
+
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@mixin genericTableTotalRowShadow($columnNumber) {
|
|
132
|
+
.scroll-left-shadow-effect .total-row td:nth-of-type(#{$columnNumber}) {
|
|
133
|
+
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@mixin genericTableTableDataShadow($columnNumber) {
|
|
138
|
+
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
139
|
+
filter: drop-shadow(2px 0 1px colors.$lightGray-4);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
@mixin genericTableOverrideHeaderShadow($columnNumber) {
|
|
144
|
+
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
145
|
+
box-shadow: none !important;
|
|
146
|
+
border: none !important;
|
|
147
|
+
filter: none;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@mixin genericTableOverrideTableDataShadow($columnNumber) {
|
|
152
|
+
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
153
|
+
filter: none;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@mixin genericTableHeaderShadow($columnNumber) {
|
|
158
|
+
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
159
|
+
border: none !important;
|
|
160
|
+
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
@mixin genericTableTotalRowShadow($columnNumber) {
|
|
165
|
+
.scroll-left-shadow-effect .total-row td:nth-of-type(#{$columnNumber}) {
|
|
166
|
+
filter: drop-shadow(2px 0 2px colors.$lightGray-4);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
@mixin genericTableTableDataShadow($columnNumber) {
|
|
171
|
+
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
172
|
+
filter: drop-shadow(2px 0 1px colors.$lightGray-4);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@mixin genericTableOverrideHeaderShadow($columnNumber) {
|
|
177
|
+
.scroll-left-shadow-effect .header-row th:nth-of-type(#{$columnNumber}) {
|
|
178
|
+
box-shadow: none !important;
|
|
179
|
+
border: none !important;
|
|
180
|
+
filter: none;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
@mixin genericTableOverrideTableDataShadow($columnNumber) {
|
|
185
|
+
.scroll-left-shadow-effect td:nth-of-type(#{$columnNumber}) {
|
|
186
|
+
filter: none;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
@mixin overrideEmptyTrBorders($startIndex) {
|
|
191
|
+
tr.no-border-tr:first-of-type {
|
|
192
|
+
td:nth-of-type(#{$startIndex}) {
|
|
193
|
+
box-shadow: inset 1px 0px 0px 0px #d4d4d4 !important;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
td:nth-child(n + #{$startIndex + 1}) {
|
|
197
|
+
box-shadow: none !important;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
td:last-of-type {
|
|
201
|
+
box-shadow: inset -1px 0px 0px 0px #d4d4d4 !important;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
@mixin overrideEmptyTrBorders($startIndex) {
|
|
207
|
+
tr.no-border-tr:first-of-type {
|
|
208
|
+
td:nth-of-type(#{$startIndex}) {
|
|
209
|
+
box-shadow: inset 1px 0px 0px 0px #d4d4d4 !important;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
td:nth-child(n + #{$startIndex + 1}) {
|
|
213
|
+
box-shadow: none !important;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
td:last-of-type {
|
|
217
|
+
box-shadow: inset -1px 0px 0px 0px #d4d4d4 !important;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
@use "../anna-common-scss/fonts" as *;
|
|
2
|
-
@use "../anna-common-scss/colors" as *;
|
|
3
|
-
|
|
4
|
-
::ng-deep {
|
|
5
|
-
.gt-icon-innerHtml-tooltip .tooltip-inner {
|
|
6
|
-
max-width: 600px;
|
|
7
|
-
width: min-content;
|
|
8
|
-
&>div{
|
|
9
|
-
width: max-content;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.generic-innerHtml-table-heading {
|
|
14
|
-
margin-bottom: 2px;
|
|
15
|
-
@include fonts(Roboto, $fs-11, normal, 700, normal, normal, 0.3px);
|
|
16
|
-
color: #4a4a4a;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.generic-innerHtml-table-container {
|
|
20
|
-
max-height: 8.75rem;
|
|
21
|
-
width: min-content;
|
|
22
|
-
overflow: auto;
|
|
23
|
-
table {
|
|
24
|
-
table-layout: fixed;
|
|
25
|
-
width: 100%;
|
|
26
|
-
thead {
|
|
27
|
-
tr {
|
|
28
|
-
th {
|
|
29
|
-
background: #e9e9e9;
|
|
30
|
-
height: 22px;
|
|
31
|
-
padding: 3px 8px;
|
|
32
|
-
line-height: normal;
|
|
33
|
-
position: sticky;
|
|
34
|
-
top: 0;
|
|
35
|
-
cursor: default;
|
|
36
|
-
@include fonts(Roboto, $fs-11, normal, 700, normal, normal, 0.3px);
|
|
37
|
-
color: $charcoal;
|
|
38
|
-
margin-bottom: 0;
|
|
39
|
-
box-shadow: inset 1px -1px #d4d4d4, inset 0px 1px #d4d4d4;
|
|
40
|
-
&:last-of-type {
|
|
41
|
-
box-shadow: inset 1px -1px #d4d4d4, inset -1px 1px #d4d4d4 !important;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
tbody {
|
|
47
|
-
tr {
|
|
48
|
-
td {
|
|
49
|
-
padding: 3px 8px;
|
|
50
|
-
width: 100%;
|
|
51
|
-
color: #000;
|
|
52
|
-
@include fonts(Roboto, $fs-12, normal, normal, normal, normal, 0px);
|
|
53
|
-
box-shadow: inset 1px -1px #d4d4d4;
|
|
54
|
-
&:last-of-type {
|
|
55
|
-
box-shadow: inset 1px -1px #d4d4d4, inset -1px 0px #d4d4d4;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
&:first-of-type td {
|
|
59
|
-
border-top: none;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&::-webkit-scrollbar-track {
|
|
66
|
-
margin-top: 22px !important;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
@use "../anna-common-scss/fonts" as *;
|
|
2
|
+
@use "../anna-common-scss/colors" as *;
|
|
3
|
+
|
|
4
|
+
::ng-deep {
|
|
5
|
+
.gt-icon-innerHtml-tooltip .tooltip-inner {
|
|
6
|
+
max-width: 600px;
|
|
7
|
+
width: min-content;
|
|
8
|
+
&>div{
|
|
9
|
+
width: max-content;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.generic-innerHtml-table-heading {
|
|
14
|
+
margin-bottom: 2px;
|
|
15
|
+
@include fonts(Roboto, $fs-11, normal, 700, normal, normal, 0.3px);
|
|
16
|
+
color: #4a4a4a;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.generic-innerHtml-table-container {
|
|
20
|
+
max-height: 8.75rem;
|
|
21
|
+
width: min-content;
|
|
22
|
+
overflow: auto;
|
|
23
|
+
table {
|
|
24
|
+
table-layout: fixed;
|
|
25
|
+
width: 100%;
|
|
26
|
+
thead {
|
|
27
|
+
tr {
|
|
28
|
+
th {
|
|
29
|
+
background: #e9e9e9;
|
|
30
|
+
height: 22px;
|
|
31
|
+
padding: 3px 8px;
|
|
32
|
+
line-height: normal;
|
|
33
|
+
position: sticky;
|
|
34
|
+
top: 0;
|
|
35
|
+
cursor: default;
|
|
36
|
+
@include fonts(Roboto, $fs-11, normal, 700, normal, normal, 0.3px);
|
|
37
|
+
color: $charcoal;
|
|
38
|
+
margin-bottom: 0;
|
|
39
|
+
box-shadow: inset 1px -1px #d4d4d4, inset 0px 1px #d4d4d4;
|
|
40
|
+
&:last-of-type {
|
|
41
|
+
box-shadow: inset 1px -1px #d4d4d4, inset -1px 1px #d4d4d4 !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
tbody {
|
|
47
|
+
tr {
|
|
48
|
+
td {
|
|
49
|
+
padding: 3px 8px;
|
|
50
|
+
width: 100%;
|
|
51
|
+
color: #000;
|
|
52
|
+
@include fonts(Roboto, $fs-12, normal, normal, normal, normal, 0px);
|
|
53
|
+
box-shadow: inset 1px -1px #d4d4d4;
|
|
54
|
+
&:last-of-type {
|
|
55
|
+
box-shadow: inset 1px -1px #d4d4d4, inset -1px 0px #d4d4d4;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
&:first-of-type td {
|
|
59
|
+
border-top: none;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&::-webkit-scrollbar-track {
|
|
66
|
+
margin-top: 22px !important;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|