@egovernments/digit-ui-components-css 0.0.2-beta.9 → 0.2.0-beta.1

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +150 -0
  2. package/README.md +11 -2
  3. package/dist/index.css +10775 -3688
  4. package/dist/index.min.css +3 -3
  5. package/package.json +8 -9
  6. package/src/digitv2/components/accordionV2.scss +214 -0
  7. package/src/digitv2/components/{infoCardV2.scss → alertCardV2.scss} +1 -4
  8. package/src/digitv2/components/backLinkV2.scss +1 -1
  9. package/src/digitv2/components/bottomSheetV2.scss +121 -0
  10. package/src/digitv2/components/breadcrumbV2.scss +38 -0
  11. package/src/digitv2/components/buttonsV2.scss +85 -29
  12. package/src/digitv2/components/cardV2.scss +498 -0
  13. package/src/digitv2/components/cardbasedoptionsV2.scss +47 -0
  14. package/src/digitv2/components/cardlabelV2.scss +8 -0
  15. package/src/digitv2/components/checkboxV2.scss +54 -6
  16. package/src/digitv2/components/chipV2.scss +39 -0
  17. package/src/digitv2/components/dividerV2.scss +13 -0
  18. package/src/digitv2/components/errorMessageV2.scss +29 -8
  19. package/src/digitv2/components/fieldV1.scss +52 -2
  20. package/src/digitv2/components/{uploaderV2.scss → fileUploadV2.scss} +163 -9
  21. package/src/digitv2/components/filterCardV2.scss +417 -0
  22. package/src/digitv2/components/footerV2.scss +208 -0
  23. package/src/digitv2/components/formCardV2.scss +234 -0
  24. package/src/digitv2/components/hamburgerV2.scss +555 -0
  25. package/src/digitv2/components/headerV2.scss +426 -0
  26. package/src/digitv2/components/headerdropdownV2.scss +233 -0
  27. package/src/digitv2/components/labelFieldPairV2.scss +45 -11
  28. package/src/digitv2/components/landingpagecardV2.scss +278 -0
  29. package/src/digitv2/components/loaderV2.scss +47 -0
  30. package/src/digitv2/components/menuCardV2.scss +116 -0
  31. package/src/digitv2/components/metricCardV2.scss +151 -0
  32. package/src/digitv2/components/mobileNumberV2.scss +1 -1
  33. package/src/digitv2/components/multiSelectDropdownV2.scss +225 -9
  34. package/src/digitv2/components/otpInputV2.scss +99 -0
  35. package/src/digitv2/components/panelCardV2.scss +19 -0
  36. package/src/digitv2/components/panelV2.scss +19 -0
  37. package/src/digitv2/components/popUpV2.scss +86 -2
  38. package/src/digitv2/components/radiobtnV2.scss +35 -6
  39. package/src/digitv2/components/selectDropdownV2.scss +258 -14
  40. package/src/digitv2/components/selectionTagV2.scss +102 -0
  41. package/src/digitv2/components/sidePanelV2.scss +222 -0
  42. package/src/digitv2/components/sidenavV2.scss +516 -0
  43. package/src/digitv2/components/stepperV2.scss +106 -6
  44. package/src/digitv2/components/summaryCardFieldPairV2.scss +83 -0
  45. package/src/digitv2/components/summaryCardV2.scss +100 -0
  46. package/src/digitv2/components/switchV2.scss +112 -0
  47. package/src/digitv2/components/tabV2.scss +126 -0
  48. package/src/digitv2/components/tableV2.scss +697 -0
  49. package/src/digitv2/components/tagV2.scss +108 -0
  50. package/src/digitv2/components/textInputV2.scss +5 -3
  51. package/src/digitv2/components/textareaV2.scss +1 -1
  52. package/src/digitv2/components/textblockV2.scss +38 -0
  53. package/src/digitv2/components/timelineV2.scss +145 -15
  54. package/src/digitv2/components/toastV2.scss +79 -1
  55. package/src/digitv2/components/toggleV2.scss +38 -0
  56. package/src/digitv2/components/tooltipwrapperV2.scss +365 -0
  57. package/src/digitv2/components/treeSelectV2.scss +58 -1
  58. package/src/digitv2/index.scss +175 -9
  59. package/src/digitv2/pages/employee/inboxsearchcomposer.scss +409 -0
  60. package/src/digitv2/pages/employee/index.scss +2 -0
  61. package/src/digitv2/pages/employee/reactdatatable.scss +132 -0
  62. package/src/digitv2/pages/employee/workbench.scss +10 -10
  63. package/src/digitv2/typography.scss +24 -9
  64. package/src/index.scss +0 -4
@@ -0,0 +1,426 @@
1
+ .topbar {
2
+ position: fixed;
3
+ top: 0;
4
+ width: 100%;
5
+ padding: 0.625rem 1.5rem;
6
+ background: white;
7
+ box-shadow: rgba(0, 0, 0, 0.24) 0 0.063rem 0.25rem;
8
+ z-index: 9999999;
9
+ @apply flex items-center;
10
+
11
+ img {
12
+ display: inline;
13
+
14
+ &.city {
15
+ margin-right: 0.5rem;
16
+ height: 3rem;
17
+ width: 3rem;
18
+ }
19
+
20
+ &.state {
21
+ height: 1.25rem;
22
+ max-height: 1.25rem;
23
+ width: auto;
24
+ }
25
+ }
26
+
27
+ .ulb {
28
+ font-weight: bold;
29
+ display: inline-block;
30
+ }
31
+
32
+ .right {
33
+ float: right;
34
+ margin-top: 0.75rem;
35
+ position: relative;
36
+
37
+ svg {
38
+ display: inline;
39
+ }
40
+
41
+ .user-img-txt {
42
+ background: theme(colors.primary.main);
43
+ padding: 0.625rem 0.938rem;
44
+ border-radius: 50%;
45
+ color: white;
46
+ font-weight: 700;
47
+ }
48
+ }
49
+
50
+ .left {
51
+ float: left;
52
+ }
53
+
54
+ .w-80 {
55
+ width: 70%;
56
+ }
57
+
58
+ .width-20 {
59
+ width: 30%;
60
+ }
61
+
62
+ .margin-top-6 {
63
+ margin-top: 0.375rem;
64
+ }
65
+
66
+ .margin-right-30 {
67
+ margin-right: 1.875rem;
68
+ }
69
+
70
+ .margin-top-10 {
71
+ margin-top: 0.625rem;
72
+ }
73
+
74
+ .icon {
75
+ display: block;
76
+ color: rgb(117, 117, 117);
77
+ fill: rgb(117, 117, 117);
78
+ height: 1.313rem;
79
+ width: 1.313rem;
80
+ }
81
+
82
+ .column-gap-15 {
83
+ column-gap: 0.938rem;
84
+ }
85
+
86
+ .column-gap-5 {
87
+ column-gap: 0.313rem;
88
+ }
89
+
90
+ .select-wrap,
91
+ .employee-select-wrap {
92
+ margin-bottom: 0rem;
93
+
94
+ .profile-dropdown--item {
95
+ span {
96
+ white-space: pre;
97
+ }
98
+ }
99
+ }
100
+
101
+ .digit-employee-select-wrap {
102
+ margin-bottom: 0rem;
103
+ }
104
+
105
+ .digit-topbar-container {
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: space-between;
109
+ width: 100%;
110
+ }
111
+
112
+ @media screen and (min-width: 40.063rem) {
113
+ .digit-hamburger-class {
114
+ display: none !important;
115
+ }
116
+ }
117
+
118
+ @media screen and (max-width: 40rem) {
119
+
120
+ .ulb {
121
+ font-size: 0.875rem;
122
+ display: inline-block;
123
+ }
124
+
125
+ .flex-right {
126
+ display: none;
127
+ }
128
+
129
+ .digit-employee-select-wrap {
130
+ right: 0;
131
+ }
132
+ }
133
+ }
134
+
135
+ .cp {
136
+ cursor: pointer;
137
+
138
+ .hamburger {
139
+ display: none;
140
+ }
141
+
142
+ @media (max-width: 48.75rem) {
143
+ .hamburger {
144
+ display: none;
145
+ }
146
+ }
147
+ }
148
+
149
+ .citizen {
150
+ .right {
151
+ margin-top: 0.313rem;
152
+ margin-bottom: 0.313rem;
153
+ }
154
+
155
+ .topbar-select-wrap {
156
+ margin-bottom: 0;
157
+ }
158
+
159
+ .flex-between {
160
+ @apply flex items-center justify-between;
161
+ }
162
+ }
163
+
164
+ .profile-dropdown--item {
165
+ display: flex;
166
+ flex-direction: row;
167
+ padding: 0.625rem;
168
+ column-gap: 0.625rem;
169
+ color: theme(colors.text.secondary);
170
+
171
+ &:hover {
172
+ background: theme(colors.grey.mid);
173
+ }
174
+ }
175
+
176
+ .flex-right {
177
+ @apply flex items-center justify-end;
178
+ min-width: 5.313rem;
179
+ }
180
+
181
+ video::-webkit-media-controls-panel {
182
+ top: 55%;
183
+ position: absolute;
184
+ width: 100%;
185
+ }
186
+
187
+ .topbarOptionsClassName {
188
+ right: -3rem !important
189
+ }
190
+
191
+ .digit-topbar {
192
+ @apply w-full max-w-full fixed items-center;
193
+ top: 0;
194
+ left: 0;
195
+ z-index: 9999999;
196
+ display: flex;
197
+ background-color: theme(digitv2.lightTheme.paper-primary);
198
+ height: 4.5rem;
199
+ padding: theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer10) theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer10);
200
+
201
+ .margin-top-10 {
202
+ margin-top: 0.625rem;
203
+ }
204
+
205
+ .digit-dropdown-select-wrap ,
206
+ .digit-dropdown-employee-select-wrap {
207
+ margin-bottom: 0rem;
208
+
209
+ .digit-dropdown-item {
210
+ span {
211
+ white-space: pre;
212
+ }
213
+ }
214
+ }
215
+
216
+ .digit-employee-select-wrap {
217
+ margin-bottom: 0rem;
218
+ }
219
+
220
+
221
+ .digit-dropdown-item {
222
+ display: flex;
223
+ flex-direction: row;
224
+ padding: theme(digitv2.spacers.spacer3);
225
+ column-gap: 0.625rem;
226
+ color: theme(colors.text.secondary);
227
+
228
+ &:hover {
229
+ background: theme(colors.grey.mid);
230
+ }
231
+ }
232
+
233
+ @media (min-width: 48rem) {
234
+ justify-content: space-between;
235
+ }
236
+
237
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
238
+ padding: theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer6) theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer6);
239
+ gap: theme(digitv2.spacers.spacer4);
240
+ }
241
+
242
+ @media (max-width: 30rem) {
243
+ height: 3.5rem;
244
+ padding: theme(digitv2.spacers.spacer4);
245
+ gap: theme(digitv2.spacers.spacer4);
246
+ }
247
+
248
+ &.light {
249
+ box-shadow: theme(digitv2.spacers.spacer0) 0.063rem 0.125rem theme(digitv2.spacers.spacer0) #00000029;
250
+ }
251
+
252
+ .digit-logo-ulb-wrapper {
253
+ display: flex !important;
254
+ gap: theme(digitv2.spacers.spacer4);
255
+ align-items: center !important;
256
+ max-width: calc(50%-(theme(digitv2.spacers.spacer6)));
257
+
258
+ @media (min-width: 48rem) {
259
+ height: theme(digitv2.spacers.spacer8);
260
+ }
261
+
262
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
263
+ height: theme(digitv2.spacers.spacer8);
264
+ }
265
+
266
+ @media (max-width: 30rem) {}
267
+
268
+ .digit-topbar-logo {
269
+ flex-shrink: 0;
270
+ height: theme(digitv2.spacers.spacer8);
271
+ width: 1.291rem;
272
+
273
+ &.clickable {
274
+ cursor: pointer;
275
+ }
276
+ }
277
+
278
+ .digit-topbar-ulb {
279
+ @extend .typography.heading-s;
280
+ font-family: theme(digitv2.fontFamily.sans);
281
+ font-style: theme(digitv2.fontStyle.normal);
282
+ font-weight: theme(digitv2.fontWeight.bold);
283
+ line-height: theme(digitv2.lineHeight.lineheight1);
284
+
285
+ @media (max-aspect-ratio: 9/16) {
286
+ /* Media query for mobile */
287
+ font-size: theme(digitv2.fontSize.heading-s.mobile);
288
+ }
289
+
290
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
291
+ /* Media query for tablets */
292
+ font-size: theme(digitv2.fontSize.heading-s.tablet);
293
+ }
294
+
295
+ @media (min-aspect-ratio: 3/4) {
296
+ /* Media query for desktop */
297
+ font-size: theme(digitv2.fontSize.heading-s.desktop);
298
+ }
299
+ @apply whitespace-no-wrap overflow-hidden;
300
+ color: theme(digitv2.lightTheme.text-primary);
301
+ text-overflow: ellipsis;
302
+ }
303
+ }
304
+
305
+ &.dark {
306
+ background-color: theme(digitv2.lightTheme.primary-2);
307
+
308
+ .digit-logo-ulb-wrapper {
309
+ .digit-topbar-ulb {
310
+ color: theme(digitv2.lightTheme.paper-primary);
311
+ }
312
+ }
313
+
314
+ .digit-header-action-fields {
315
+ .individual-action-field {
316
+ color: theme(digitv2.lightTheme.paper-primary);
317
+
318
+ .digit-dropdown-employee-select-wrap,
319
+ .digit-dropdown-select-wrap{
320
+ background:none;
321
+ }
322
+ }
323
+ }
324
+ }
325
+
326
+ .digit-header-action-fields {
327
+ @apply items-center overflow-hidden;
328
+ display: flex !important;
329
+ height: theme(digitv2.spacers.spacer8);
330
+ max-width: 50%;
331
+
332
+
333
+ @media (min-width: 48rem) {
334
+ gap: theme(digitv2.spacers.spacer8);
335
+ }
336
+
337
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
338
+ gap: theme(digitv2.spacers.spacer4);
339
+ }
340
+
341
+ .digit-header-img {
342
+ &.clickable {
343
+ cursor: pointer;
344
+ }
345
+ }
346
+ }
347
+
348
+ .digit-topbar-hamburger {
349
+ width: theme(digitv2.spacers.spacer6);
350
+ height: theme(digitv2.spacers.spacer6);
351
+
352
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
353
+ width: theme(digitv2.spacers.spacer8);
354
+ height: theme(digitv2.spacers.spacer8);
355
+
356
+ svg {
357
+ width: theme(digitv2.spacers.spacer8);
358
+ height: theme(digitv2.spacers.spacer8);
359
+ }
360
+ }
361
+
362
+ &.clickable {
363
+ cursor: pointer;
364
+ }
365
+
366
+ }
367
+
368
+ .digit-header-img-ulb-wrapper-mobileview {
369
+ display: flex;
370
+ align-items: center;
371
+ height: theme(digitv2.spacers.spacer6);
372
+ max-width: calc(100%-(theme(digitv2.spacers.spacer6)));
373
+
374
+ .digit-header-img {
375
+ margin-right: theme(digitv2.spacers.spacer2);
376
+ margin-bottom: 0.156rem;
377
+
378
+ &.clickable {
379
+ cursor: pointer;
380
+ }
381
+ }
382
+
383
+ .topbar-divider {
384
+ height: theme(digitv2.spacers.spacer6);
385
+ width: 0.063rem;
386
+ border: 0.063rem solid theme(digitv2.lightTheme.text-primary);
387
+ margin-right: 0.625rem;
388
+
389
+ &.dark {
390
+ border: 0.063rem solid theme(digitv2.lightTheme.paper-primary);
391
+ }
392
+
393
+ }
394
+
395
+ .digit-topbar-ulb-mobileview {
396
+ @apply overflow-hidden whitespace-no-wrap;
397
+ @extend .typography.body-s;
398
+ font-family: theme(digitv2.fontFamily.sans);
399
+ font-style: theme(digitv2.fontStyle.normal);
400
+ font-weight: theme(digitv2.fontWeight.regular);
401
+ line-height: theme(digitv2.lineHeight.lineheight2);
402
+
403
+ @media (max-aspect-ratio: 9/16) {
404
+ /* Media query for mobile */
405
+ font-size: theme(digitv2.fontSize.body-s.mobile);
406
+ }
407
+
408
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
409
+ /* Media query for tablets */
410
+ font-size: theme(digitv2.fontSize.body-s.tablet);
411
+ }
412
+
413
+ @media (min-aspect-ratio: 3/4) {
414
+ /* Media query for desktop */
415
+ font-size: theme(digitv2.fontSize.body-s.desktop);
416
+ }
417
+ text-overflow: ellipsis;
418
+ color: theme(digitv2.lightTheme.text-primary);
419
+
420
+ &.dark {
421
+ color: theme(digitv2.lightTheme.paper-primary);
422
+ }
423
+ }
424
+
425
+ }
426
+ }
@@ -0,0 +1,233 @@
1
+ .header-dropdown-profile {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ width: theme(digitv2.spacers.spacer8);
6
+ height: theme(digitv2.spacers.spacer8);
7
+ overflow: hidden;
8
+ border-radius: 50%;
9
+
10
+ &.text {
11
+ color: theme(digitv2.lightTheme.paper-primary);
12
+ font-weight: 700;
13
+ background: theme(digitv2.lightTheme.primary-2);
14
+ }
15
+
16
+ &.dark {
17
+ &.text {
18
+ background: theme(digitv2.lightTheme.paper-primary);
19
+ font-weight: 700;
20
+ color: theme(digitv2.lightTheme.primary-2);
21
+ }
22
+ }
23
+
24
+ img {
25
+ width: 100%;
26
+ height: auto;
27
+ display: block;
28
+ }
29
+ }
30
+
31
+ .header-dropdown-label {
32
+ @extend .typography.body-s;
33
+ cursor: pointer;
34
+ font-family: theme(digitv2.fontFamily.sans);
35
+ font-style: theme(digitv2.fontStyle.normal);
36
+ font-weight: theme(digitv2.fontWeight.regular);
37
+ line-height: theme(digitv2.lineHeight.lineheight2);
38
+
39
+ @media (max-aspect-ratio: 9/16) {
40
+ /* Media query for mobile */
41
+ font-size: theme(digitv2.fontSize.body-s.mobile);
42
+ }
43
+
44
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
45
+ /* Media query for tablets */
46
+ font-size: theme(digitv2.fontSize.body-s.tablet);
47
+ }
48
+
49
+ @media (min-aspect-ratio: 3/4) {
50
+ /* Media query for desktop */
51
+ font-size: theme(digitv2.fontSize.body-s.desktop);
52
+ }
53
+ display: flex;
54
+ align-items: center;
55
+ color: theme(digitv2.lightTheme.text-primary);
56
+ position: relative;
57
+
58
+ &.dark {
59
+ color: theme(digitv2.lightTheme.paper-primary);
60
+ }
61
+ }
62
+
63
+ .header-dropdown-arrow {
64
+ margin-left: theme(digitv2.spacers.spacer2);
65
+ width: theme(digitv2.spacers.spacer6);
66
+ height: theme(digitv2.spacers.spacer6);
67
+ }
68
+
69
+ .header-dropdown-menu {
70
+ width: fit-content !important;
71
+ box-shadow: theme(digitv2.spacers.spacer0) 0.063rem 0.275rem theme(digitv2.spacers.spacer0) #00000026;
72
+ max-height: 80%;
73
+ background-color: theme(digitv2.lightTheme.paper-primary);
74
+ margin-top: theme(digitv2.spacers.spacer6);
75
+ position: fixed;
76
+ min-width: 14rem;
77
+ max-width: 25rem;
78
+ @apply z-30 overflow-y-auto overflow-x-hidden;
79
+
80
+ &.underProfile{
81
+ margin-top: theme(digitv2.spacers.spacer5);
82
+ }
83
+ }
84
+
85
+ .header-dropdown-search-container {
86
+ height: 3.5rem;
87
+ min-width: 14rem;
88
+ max-width: 25rem;
89
+ width: auto;
90
+ padding: theme(digitv2.spacers.spacer3) !important;
91
+ }
92
+
93
+ .header-dropdown-search {
94
+ height: theme(digitv2.spacers.spacer8) !important;
95
+ min-width: 12.5rem;
96
+ max-width: 23.5rem;
97
+
98
+ .digit-text-input-customIcon {
99
+ height: theme(digitv2.spacers.spacer5);
100
+ width: theme(digitv2.spacers.spacer5);
101
+ top: 0.4rem;
102
+ right: theme(digitv2.spacers.spacer4);
103
+ }
104
+
105
+ .input-container {
106
+ max-height: 100%;
107
+ }
108
+
109
+ input {
110
+ max-height: 100%;
111
+ }
112
+ }
113
+
114
+ .header-dropdown-options {
115
+ max-height: 12.5rem;
116
+ overflow-y: auto;
117
+ }
118
+
119
+ .header-dropdown-option {
120
+ @extend .typography.body-s;
121
+ @apply whitespace-no-wrap w-full max-w-full overflow-hidden;
122
+ font-family: theme(digitv2.fontFamily.sans);
123
+ font-style: theme(digitv2.fontStyle.normal);
124
+ font-weight: theme(digitv2.fontWeight.regular);
125
+ line-height: theme(digitv2.lineHeight.lineheight2);
126
+
127
+ @media (max-aspect-ratio: 9/16) {
128
+ /* Media query for mobile */
129
+ font-size: theme(digitv2.fontSize.body-s.mobile);
130
+ }
131
+
132
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
133
+ /* Media query for tablets */
134
+ font-size: theme(digitv2.fontSize.body-s.tablet);
135
+ }
136
+
137
+ @media (min-aspect-ratio: 3/4) {
138
+ /* Media query for desktop */
139
+ font-size: theme(digitv2.fontSize.body-s.desktop);
140
+ }
141
+ padding: theme(digitv2.spacers.spacer4) 0.625rem;
142
+ color: theme(digitv2.lightTheme.text-primary);
143
+ gap: theme(digitv2.spacers.spacer2);
144
+ height: theme(digitv2.spacers.spacer10);
145
+ display: flex;
146
+ align-items: center;
147
+ word-break: break-word;
148
+ text-overflow: ellipsis;
149
+ cursor: pointer;
150
+
151
+ svg {
152
+ flex-shrink: 0;
153
+ }
154
+ }
155
+
156
+ .header-dropdown-option:not(:hover):not(:active):nth-of-type(2n +1) {
157
+ background-color: theme(digitv2.lightTheme.paper-secondary);
158
+ }
159
+
160
+ .header-dropdown-nooption {
161
+ @extend .typography.body-s;
162
+ font-family: theme(digitv2.fontFamily.sans);
163
+ font-style: theme(digitv2.fontStyle.normal);
164
+ font-weight: theme(digitv2.fontWeight.regular);
165
+ line-height: theme(digitv2.lineHeight.lineheight2);
166
+
167
+ @media (max-aspect-ratio: 9/16) {
168
+ /* Media query for mobile */
169
+ font-size: theme(digitv2.fontSize.body-s.mobile);
170
+ }
171
+
172
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
173
+ /* Media query for tablets */
174
+ font-size: theme(digitv2.fontSize.body-s.tablet);
175
+ }
176
+
177
+ @media (min-aspect-ratio: 3/4) {
178
+ /* Media query for desktop */
179
+ font-size: theme(digitv2.fontSize.body-s.desktop);
180
+ }
181
+ padding: theme(digitv2.spacers.spacer2);
182
+ pointer-events: none;
183
+ color: theme(digitv2.lightTheme.text-disabled);
184
+ background-color: theme(digitv2.lightTheme.paper-secondary);
185
+ }
186
+
187
+ .header-dropdown-option:hover,
188
+ .header-dropdown-option.keyChange {
189
+ background: theme(digitv2.lightTheme.primary-bg) !important;
190
+ border: 0.031rem solid theme(digitv2.lightTheme.primary-1);
191
+ }
192
+
193
+ .header-dropdown-option:active,
194
+ .header-dropdown-option.activeIndex {
195
+ @extend .typography.heading-s;
196
+ background: theme(digitv2.lightTheme.primary-1) !important;
197
+ color: theme(digitv2.lightTheme.paper-primary);
198
+
199
+ font-family: theme(digitv2.fontFamily.sans);
200
+ font-style: theme(digitv2.fontStyle.normal);
201
+ font-weight: theme(digitv2.fontWeight.bold);
202
+ line-height: theme(digitv2.lineHeight.lineheight1);
203
+
204
+ @media (max-aspect-ratio: 9/16) {
205
+ /* Media query for mobile */
206
+ font-size: theme(digitv2.fontSize.heading-s.mobile);
207
+ }
208
+
209
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
210
+ /* Media query for tablets */
211
+ font-size: theme(digitv2.fontSize.heading-s.tablet);
212
+ }
213
+
214
+ @media (min-aspect-ratio: 3/4) {
215
+ /* Media query for desktop */
216
+ font-size: theme(digitv2.fontSize.heading-s.desktop);
217
+ }
218
+ }
219
+
220
+ .header-dropdown-options::-webkit-scrollbar {
221
+ width: theme(digitv2.spacers.spacer2);
222
+ background-color: theme(digitv2.lightTheme.generic-background);
223
+ }
224
+
225
+ .header-dropdown-options::-webkit-scrollbar-track {
226
+ background-color: theme(digitv2.lightTheme.generic-background);
227
+ border-radius: 0.563rem;
228
+ }
229
+
230
+ .header-dropdown-options::-webkit-scrollbar-thumb {
231
+ background-color: theme(digitv2.lightTheme.generic-divider);
232
+ border-radius: 0.563rem;
233
+ }