@ascentgl/ads-ui 21.12.1 → 21.14.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 +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +212 -206
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +127 -127
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -14
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/types/ascentgl-ads-ui.d.ts +3 -1
|
@@ -1,248 +1,248 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
mat-datetimepicker-content.ads-datetimepicker-calendar {
|
|
4
|
-
border-radius: 5px;
|
|
5
|
-
background-color: color(white);
|
|
6
|
-
|
|
7
|
-
--mat-form-field-filled-label-text-color: #{color(medium)} !important;
|
|
8
|
-
|
|
9
|
-
&.hidden {
|
|
10
|
-
display: none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.mat-datetimepicker-calendar-table-header {
|
|
14
|
-
color: color(medium);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
mat-datetimepicker-calendar {
|
|
18
|
-
height: auto;
|
|
19
|
-
width: 265px;
|
|
20
|
-
margin: 12px;
|
|
21
|
-
|
|
22
|
-
&.year {
|
|
23
|
-
.mat-datetimepicker-calendar-header {
|
|
24
|
-
.mat-datetimepicker-calendar-period-button {
|
|
25
|
-
display: none;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.header.line-1 .sub-line-1 .mat-datetimepicker-calendar-header-year:hover {
|
|
29
|
-
opacity: 1;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&.month .mat-datetimepicker-calendar-header {
|
|
35
|
-
.header.line-2 .mat-datetimepicker-calendar-header-date {
|
|
36
|
-
pointer-events: none;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&:not(.month) .mat-datetimepicker-calendar-header {
|
|
41
|
-
.header.line-2 {
|
|
42
|
-
.mat-datetimepicker-calendar-header-date:hover {
|
|
43
|
-
opacity: 1;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&.clock .mat-datetimepicker-calendar-header {
|
|
49
|
-
.header.line-1 .sub-line-2 {
|
|
50
|
-
display: none;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.header.line-2 {
|
|
54
|
-
.mat-datetimepicker-calendar-header-hours,
|
|
55
|
-
.mat-datetimepicker-calendar-header-minutes {
|
|
56
|
-
&.active {
|
|
57
|
-
opacity: 1;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.mat-datetimepicker-calendar-header {
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: column;
|
|
66
|
-
padding: 0;
|
|
67
|
-
|
|
68
|
-
.header {
|
|
69
|
-
color: var(--mat-form-field-filled-label-text-color);
|
|
70
|
-
display: flex;
|
|
71
|
-
|
|
72
|
-
&.line-1 {
|
|
73
|
-
justify-content: space-between;
|
|
74
|
-
|
|
75
|
-
.sub-line-1 {
|
|
76
|
-
display: flex;
|
|
77
|
-
gap: 6px;
|
|
78
|
-
align-items: center;
|
|
79
|
-
|
|
80
|
-
.mat-datetimepicker-calendar-header-year {
|
|
81
|
-
opacity: 1;
|
|
82
|
-
font-weight: font-weight(regular);
|
|
83
|
-
line-height: 21px;
|
|
84
|
-
display: flex;
|
|
85
|
-
gap: 4px;
|
|
86
|
-
|
|
87
|
-
&:hover {
|
|
88
|
-
opacity: 1;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.arrow-down {
|
|
92
|
-
display: flex;
|
|
93
|
-
align-items: center;
|
|
94
|
-
margin: 2px 0 0 15px;
|
|
95
|
-
svg {
|
|
96
|
-
fill: color(medium);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.month-shortcut {
|
|
101
|
-
padding: 0;
|
|
102
|
-
text-transform: uppercase;
|
|
103
|
-
height: auto;
|
|
104
|
-
font-size: font-size(text-base);
|
|
105
|
-
line-height: 21px;
|
|
106
|
-
font-weight: font-weight(regular);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.sub-line-2 {
|
|
112
|
-
display: flex;
|
|
113
|
-
|
|
114
|
-
> div {
|
|
115
|
-
width: auto;
|
|
116
|
-
height: auto;
|
|
117
|
-
padding: 0;
|
|
118
|
-
display: flex;
|
|
119
|
-
align-items: center;
|
|
120
|
-
opacity: 1;
|
|
121
|
-
|
|
122
|
-
&:hover {
|
|
123
|
-
opacity: 1;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
&.line-2 {
|
|
130
|
-
justify-content: flex-end;
|
|
131
|
-
gap: 6px;
|
|
132
|
-
font-size: inherit;
|
|
133
|
-
line-height: inherit;
|
|
134
|
-
|
|
135
|
-
.mat-datetimepicker-calendar-header-date {
|
|
136
|
-
opacity: 1;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.mat-datetimepicker-calendar-header-time {
|
|
140
|
-
opacity: 1;
|
|
141
|
-
padding: 0;
|
|
142
|
-
|
|
143
|
-
.mat-datetimepicker-calendar-header-hours,
|
|
144
|
-
.mat-datetimepicker-calendar-header-minutes {
|
|
145
|
-
cursor: pointer;
|
|
146
|
-
opacity: 1;
|
|
147
|
-
|
|
148
|
-
&:hover {
|
|
149
|
-
opacity: 1;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.mat-datetimepicker-calendar-content {
|
|
158
|
-
padding: 0;
|
|
159
|
-
|
|
160
|
-
.mat-month-content {
|
|
161
|
-
display: none;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.mat-datetimepicker-calendar-table {
|
|
165
|
-
thead th {
|
|
166
|
-
padding: 16px 0 10px 0;
|
|
167
|
-
color: var(--mat-form-field-filled-label-text-color);
|
|
168
|
-
opacity: 1;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
tbody {
|
|
172
|
-
.mat-datetimepicker-calendar-body-label {
|
|
173
|
-
visibility: hidden;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.mat-datetimepicker-calendar-body-cell {
|
|
177
|
-
> * {
|
|
178
|
-
color: color(dark);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&:hover {
|
|
182
|
-
.mat-datetimepicker-calendar-body-cell-content {
|
|
183
|
-
color: color(white);
|
|
184
|
-
background-color: color(secondary-hover);
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
&:focus,
|
|
189
|
-
&:active {
|
|
190
|
-
.mat-datetimepicker-calendar-body-cell-content {
|
|
191
|
-
color: color(white);
|
|
192
|
-
background-color: color(secondary-pressed);
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
&.mat-datetimepicker-calendar-body-active {
|
|
197
|
-
&:not(:hover) {
|
|
198
|
-
.mat-datetimepicker-calendar-body-cell-content {
|
|
199
|
-
background-color: color(white);
|
|
200
|
-
color: color(secondary-hover);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.mat-datetimepicker-calendar-body-cell-content {
|
|
205
|
-
border: solid 1.5px color(secondary-hover);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.mat-datetimepicker-calendar-body-cell-content {
|
|
211
|
-
font-weight: font-weight(regular);
|
|
212
|
-
font-size: 16px;
|
|
213
|
-
line-height: 21px;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
mat-datetimepicker-clock {
|
|
219
|
-
margin: 0;
|
|
220
|
-
|
|
221
|
-
.mat-datetimepicker-clock {
|
|
222
|
-
background-color: color(light-30);
|
|
223
|
-
|
|
224
|
-
.mat-datetimepicker-clock-cell {
|
|
225
|
-
font-weight: font-weight(regular);
|
|
226
|
-
font-size: font-size(text-base);
|
|
227
|
-
line-height: 21px;
|
|
228
|
-
color: color(dark);
|
|
229
|
-
|
|
230
|
-
&.mat-datetimepicker-clock-cell-selected {
|
|
231
|
-
border: solid 1.5px color(select-hover);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
&:hover {
|
|
235
|
-
color: color(white);
|
|
236
|
-
background-color: color(secondary-hover);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
&:active {
|
|
240
|
-
color: color(white);
|
|
241
|
-
background-color: color(secondary-pressed);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
mat-datetimepicker-content.ads-datetimepicker-calendar {
|
|
4
|
+
border-radius: 5px;
|
|
5
|
+
background-color: color(white);
|
|
6
|
+
|
|
7
|
+
--mat-form-field-filled-label-text-color: #{color(medium)} !important;
|
|
8
|
+
|
|
9
|
+
&.hidden {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.mat-datetimepicker-calendar-table-header {
|
|
14
|
+
color: color(medium);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
mat-datetimepicker-calendar {
|
|
18
|
+
height: auto;
|
|
19
|
+
width: 265px;
|
|
20
|
+
margin: 12px;
|
|
21
|
+
|
|
22
|
+
&.year {
|
|
23
|
+
.mat-datetimepicker-calendar-header {
|
|
24
|
+
.mat-datetimepicker-calendar-period-button {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.header.line-1 .sub-line-1 .mat-datetimepicker-calendar-header-year:hover {
|
|
29
|
+
opacity: 1;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.month .mat-datetimepicker-calendar-header {
|
|
35
|
+
.header.line-2 .mat-datetimepicker-calendar-header-date {
|
|
36
|
+
pointer-events: none;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:not(.month) .mat-datetimepicker-calendar-header {
|
|
41
|
+
.header.line-2 {
|
|
42
|
+
.mat-datetimepicker-calendar-header-date:hover {
|
|
43
|
+
opacity: 1;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.clock .mat-datetimepicker-calendar-header {
|
|
49
|
+
.header.line-1 .sub-line-2 {
|
|
50
|
+
display: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.header.line-2 {
|
|
54
|
+
.mat-datetimepicker-calendar-header-hours,
|
|
55
|
+
.mat-datetimepicker-calendar-header-minutes {
|
|
56
|
+
&.active {
|
|
57
|
+
opacity: 1;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.mat-datetimepicker-calendar-header {
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
padding: 0;
|
|
67
|
+
|
|
68
|
+
.header {
|
|
69
|
+
color: var(--mat-form-field-filled-label-text-color);
|
|
70
|
+
display: flex;
|
|
71
|
+
|
|
72
|
+
&.line-1 {
|
|
73
|
+
justify-content: space-between;
|
|
74
|
+
|
|
75
|
+
.sub-line-1 {
|
|
76
|
+
display: flex;
|
|
77
|
+
gap: 6px;
|
|
78
|
+
align-items: center;
|
|
79
|
+
|
|
80
|
+
.mat-datetimepicker-calendar-header-year {
|
|
81
|
+
opacity: 1;
|
|
82
|
+
font-weight: font-weight(regular);
|
|
83
|
+
line-height: 21px;
|
|
84
|
+
display: flex;
|
|
85
|
+
gap: 4px;
|
|
86
|
+
|
|
87
|
+
&:hover {
|
|
88
|
+
opacity: 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.arrow-down {
|
|
92
|
+
display: flex;
|
|
93
|
+
align-items: center;
|
|
94
|
+
margin: 2px 0 0 15px;
|
|
95
|
+
svg {
|
|
96
|
+
fill: color(medium);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.month-shortcut {
|
|
101
|
+
padding: 0;
|
|
102
|
+
text-transform: uppercase;
|
|
103
|
+
height: auto;
|
|
104
|
+
font-size: font-size(text-base);
|
|
105
|
+
line-height: 21px;
|
|
106
|
+
font-weight: font-weight(regular);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.sub-line-2 {
|
|
112
|
+
display: flex;
|
|
113
|
+
|
|
114
|
+
> div {
|
|
115
|
+
width: auto;
|
|
116
|
+
height: auto;
|
|
117
|
+
padding: 0;
|
|
118
|
+
display: flex;
|
|
119
|
+
align-items: center;
|
|
120
|
+
opacity: 1;
|
|
121
|
+
|
|
122
|
+
&:hover {
|
|
123
|
+
opacity: 1;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&.line-2 {
|
|
130
|
+
justify-content: flex-end;
|
|
131
|
+
gap: 6px;
|
|
132
|
+
font-size: inherit;
|
|
133
|
+
line-height: inherit;
|
|
134
|
+
|
|
135
|
+
.mat-datetimepicker-calendar-header-date {
|
|
136
|
+
opacity: 1;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.mat-datetimepicker-calendar-header-time {
|
|
140
|
+
opacity: 1;
|
|
141
|
+
padding: 0;
|
|
142
|
+
|
|
143
|
+
.mat-datetimepicker-calendar-header-hours,
|
|
144
|
+
.mat-datetimepicker-calendar-header-minutes {
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
opacity: 1;
|
|
147
|
+
|
|
148
|
+
&:hover {
|
|
149
|
+
opacity: 1;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.mat-datetimepicker-calendar-content {
|
|
158
|
+
padding: 0;
|
|
159
|
+
|
|
160
|
+
.mat-month-content {
|
|
161
|
+
display: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.mat-datetimepicker-calendar-table {
|
|
165
|
+
thead th {
|
|
166
|
+
padding: 16px 0 10px 0;
|
|
167
|
+
color: var(--mat-form-field-filled-label-text-color);
|
|
168
|
+
opacity: 1;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
tbody {
|
|
172
|
+
.mat-datetimepicker-calendar-body-label {
|
|
173
|
+
visibility: hidden;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.mat-datetimepicker-calendar-body-cell {
|
|
177
|
+
> * {
|
|
178
|
+
color: color(dark);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&:hover {
|
|
182
|
+
.mat-datetimepicker-calendar-body-cell-content {
|
|
183
|
+
color: color(white);
|
|
184
|
+
background-color: color(secondary-hover);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&:focus,
|
|
189
|
+
&:active {
|
|
190
|
+
.mat-datetimepicker-calendar-body-cell-content {
|
|
191
|
+
color: color(white);
|
|
192
|
+
background-color: color(secondary-pressed);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&.mat-datetimepicker-calendar-body-active {
|
|
197
|
+
&:not(:hover) {
|
|
198
|
+
.mat-datetimepicker-calendar-body-cell-content {
|
|
199
|
+
background-color: color(white);
|
|
200
|
+
color: color(secondary-hover);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.mat-datetimepicker-calendar-body-cell-content {
|
|
205
|
+
border: solid 1.5px color(secondary-hover);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.mat-datetimepicker-calendar-body-cell-content {
|
|
211
|
+
font-weight: font-weight(regular);
|
|
212
|
+
font-size: 16px;
|
|
213
|
+
line-height: 21px;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
mat-datetimepicker-clock {
|
|
219
|
+
margin: 0;
|
|
220
|
+
|
|
221
|
+
.mat-datetimepicker-clock {
|
|
222
|
+
background-color: color(light-30);
|
|
223
|
+
|
|
224
|
+
.mat-datetimepicker-clock-cell {
|
|
225
|
+
font-weight: font-weight(regular);
|
|
226
|
+
font-size: font-size(text-base);
|
|
227
|
+
line-height: 21px;
|
|
228
|
+
color: color(dark);
|
|
229
|
+
|
|
230
|
+
&.mat-datetimepicker-clock-cell-selected {
|
|
231
|
+
border: solid 1.5px color(select-hover);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
&:hover {
|
|
235
|
+
color: color(white);
|
|
236
|
+
background-color: color(secondary-hover);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&:active {
|
|
240
|
+
color: color(white);
|
|
241
|
+
background-color: color(secondary-pressed);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
.mat-mdc-select-panel,
|
|
4
|
-
.mat-mdc-autocomplete-panel {
|
|
5
|
-
--mat-autocomplete-background-color: #{color(white)};
|
|
6
|
-
--mat-select-panel-background-color: #{color(white)};
|
|
7
|
-
--mat-option-label-text-color: #{color(dark)};
|
|
8
|
-
&.ads-dropdown-panel {
|
|
9
|
-
padding: 0;
|
|
10
|
-
|
|
11
|
-
&.fit-content {
|
|
12
|
-
min-width: fit-content;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&:not(.clickable) mat-option {
|
|
16
|
-
cursor: default;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.mat-mdc-autocomplete-panel.loading {
|
|
22
|
-
display: none;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.no-results-hr {
|
|
26
|
-
margin: 0;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.empty-container {
|
|
30
|
-
height: 22px;
|
|
31
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
.mat-mdc-select-panel,
|
|
4
|
+
.mat-mdc-autocomplete-panel {
|
|
5
|
+
--mat-autocomplete-background-color: #{color(white)};
|
|
6
|
+
--mat-select-panel-background-color: #{color(white)};
|
|
7
|
+
--mat-option-label-text-color: #{color(dark)};
|
|
8
|
+
&.ads-dropdown-panel {
|
|
9
|
+
padding: 0;
|
|
10
|
+
|
|
11
|
+
&.fit-content {
|
|
12
|
+
min-width: fit-content;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&:not(.clickable) mat-option {
|
|
16
|
+
cursor: default;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.mat-mdc-autocomplete-panel.loading {
|
|
22
|
+
display: none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.no-results-hr {
|
|
26
|
+
margin: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.empty-container {
|
|
30
|
+
height: 22px;
|
|
31
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
html {
|
|
4
|
-
--mat-form-field-filled-container-color: #{color(white)} !important;
|
|
5
|
-
--mat-form-field-state-layer-color: #{color(white)} !important;
|
|
6
|
-
--mat-form-field-container-vertical-padding: 0 !important;
|
|
7
|
-
--mat-form-field-filled-with-label-container-padding-top: 0 !important;
|
|
8
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 4px !important;
|
|
9
|
-
--mat-form-field-filled-error-hover-label-text-color: #{color(error)} !important;
|
|
10
|
-
|
|
11
|
-
--mat-form-field-container-height: 48px !important;
|
|
12
|
-
--mat-dialog-container-small-max-width: calc(100vw - 32px) !important;
|
|
13
|
-
--mat-badge-container-shape: 50% !important;
|
|
14
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
html {
|
|
4
|
+
--mat-form-field-filled-container-color: #{color(white)} !important;
|
|
5
|
+
--mat-form-field-state-layer-color: #{color(white)} !important;
|
|
6
|
+
--mat-form-field-container-vertical-padding: 0 !important;
|
|
7
|
+
--mat-form-field-filled-with-label-container-padding-top: 0 !important;
|
|
8
|
+
--mat-form-field-filled-with-label-container-padding-bottom: 4px !important;
|
|
9
|
+
--mat-form-field-filled-error-hover-label-text-color: #{color(error)} !important;
|
|
10
|
+
|
|
11
|
+
--mat-form-field-container-height: 48px !important;
|
|
12
|
+
--mat-dialog-container-small-max-width: calc(100vw - 32px) !important;
|
|
13
|
+
--mat-badge-container-shape: 50% !important;
|
|
14
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
mat-list.ads-mat-list {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: 8px;
|
|
7
|
-
padding: 0;
|
|
8
|
-
|
|
9
|
-
&.with-controls {
|
|
10
|
-
gap: 0;
|
|
11
|
-
|
|
12
|
-
&.single-control {
|
|
13
|
-
mat-list-item {
|
|
14
|
-
.mat-mdc-list-item-unscoped-content {
|
|
15
|
-
grid-template-columns: min-content minmax(260px, 450px);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
mat-list-item {
|
|
21
|
-
.mat-mdc-list-item-unscoped-content {
|
|
22
|
-
align-items: flex-start;
|
|
23
|
-
grid-template-columns: min-content minmax(260px, 450px) minmax(200px, 400px);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
mat-list-item {
|
|
29
|
-
--mat-list-list-item-one-line-container-height: auto;
|
|
30
|
-
|
|
31
|
-
min-height: 54px;
|
|
32
|
-
|
|
33
|
-
&:hover {
|
|
34
|
-
.mat-mdc-list-item-unscoped-content {
|
|
35
|
-
color: color(medium);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mat-mdc-list-item-unscoped-content {
|
|
40
|
-
color: color(medium);
|
|
41
|
-
display: grid;
|
|
42
|
-
grid-template-columns: min-content 1fr;
|
|
43
|
-
white-space: normal;
|
|
44
|
-
grid-column-gap: 28px;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
mat-list.ads-mat-list {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: 8px;
|
|
7
|
+
padding: 0;
|
|
8
|
+
|
|
9
|
+
&.with-controls {
|
|
10
|
+
gap: 0;
|
|
11
|
+
|
|
12
|
+
&.single-control {
|
|
13
|
+
mat-list-item {
|
|
14
|
+
.mat-mdc-list-item-unscoped-content {
|
|
15
|
+
grid-template-columns: min-content minmax(260px, 450px);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
mat-list-item {
|
|
21
|
+
.mat-mdc-list-item-unscoped-content {
|
|
22
|
+
align-items: flex-start;
|
|
23
|
+
grid-template-columns: min-content minmax(260px, 450px) minmax(200px, 400px);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
mat-list-item {
|
|
29
|
+
--mat-list-list-item-one-line-container-height: auto;
|
|
30
|
+
|
|
31
|
+
min-height: 54px;
|
|
32
|
+
|
|
33
|
+
&:hover {
|
|
34
|
+
.mat-mdc-list-item-unscoped-content {
|
|
35
|
+
color: color(medium);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.mat-mdc-list-item-unscoped-content {
|
|
40
|
+
color: color(medium);
|
|
41
|
+
display: grid;
|
|
42
|
+
grid-template-columns: min-content 1fr;
|
|
43
|
+
white-space: normal;
|
|
44
|
+
grid-column-gap: 28px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|