@egovernments/digit-ui-components-css 0.0.2-beta.7 → 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 +154 -0
  2. package/README.md +11 -2
  3. package/dist/index.css +10789 -3684
  4. package/dist/index.min.css +3 -3
  5. package/package.json +8 -8
  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} +209 -22
  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,555 @@
1
+ .digit-msb-sidebar {
2
+ background-color: theme(digitv2.lightTheme.paper-primary);
3
+ color: theme(digitv2.lightTheme.primary-2);
4
+ display: flex;
5
+ flex-direction: column;
6
+ transition: width 0.3s;
7
+ position: fixed;
8
+ height: 100%;
9
+ overflow-x: hidden;
10
+ left: 0;
11
+ top: 0;
12
+ min-width: 17.5rem;
13
+ z-index: 1000;
14
+ flex-direction: column;
15
+
16
+ &.dark {
17
+ background-color: theme(digitv2.lightTheme.primary-2);
18
+ color: theme(digitv2.lightTheme.paper-primary);
19
+ }
20
+ }
21
+
22
+ .digit-msb-profile {
23
+ display: flex;
24
+ align-items: center;
25
+ padding: theme(digitv2.spacers.spacer6);
26
+ flex-direction: column;
27
+ gap: theme(digitv2.spacers.spacer3);
28
+ }
29
+
30
+ .digit-msb-profile-icon {
31
+ width: 3.875rem;
32
+ height: 4rem;
33
+ margin-right: theme(digitv2.spacers.spacer4);
34
+ }
35
+
36
+ .digit-msb-profile-details {
37
+ display: flex;
38
+ flex-direction: column;
39
+ gap: theme(digitv2.spacers.spacer1);
40
+ text-align: center;
41
+ }
42
+
43
+ .digit-msb-profile-name {
44
+ font-family: theme(digitv2.fontFamily.sans);
45
+ font-style: theme(digitv2.fontStyle.normal);
46
+ font-weight: theme(digitv2.fontWeight.bold);
47
+ line-height: theme(digitv2.lineHeight.lineheight1);
48
+
49
+ @media (max-aspect-ratio: 9/16) {
50
+ /* Media query for mobile */
51
+ font-size: theme(digitv2.fontSize.heading-s.mobile);
52
+ }
53
+
54
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
55
+ /* Media query for tablets */
56
+ font-size: theme(digitv2.fontSize.heading-s.tablet);
57
+ }
58
+
59
+ @media (min-aspect-ratio: 3/4) {
60
+ /* Media query for desktop */
61
+ font-size: theme(digitv2.fontSize.heading-s.desktop);
62
+ }
63
+
64
+ color: theme(digitv2.lightTheme.text-primary);
65
+
66
+ &.dark {
67
+ color: theme(digitv2.lightTheme.paper-primary);
68
+ }
69
+ }
70
+
71
+ .digit-msb-profile-phone {
72
+ font-family: theme(digitv2.fontFamily.sans);
73
+ font-style: theme(digitv2.fontStyle.normal);
74
+ font-weight: theme(digitv2.fontWeight.regular);
75
+ line-height: theme(digitv2.lineHeight.lineheight2);
76
+
77
+ @media (max-aspect-ratio: 9/16) {
78
+ /* Media query for mobile */
79
+ font-size: theme(digitv2.fontSize.body-s.mobile);
80
+ }
81
+
82
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
83
+ /* Media query for tablets */
84
+ font-size: theme(digitv2.fontSize.body-s.tablet);
85
+ }
86
+
87
+ @media (min-aspect-ratio: 3/4) {
88
+ /* Media query for desktop */
89
+ font-size: theme(digitv2.fontSize.body-s.desktop);
90
+ }
91
+
92
+ color: theme(digitv2.lightTheme.text-secondary);
93
+
94
+ &.dark {
95
+ color: theme(digitv2.lightTheme.paper-primary);
96
+ }
97
+ }
98
+
99
+ .digit-msb-sidebar-items {
100
+ flex: 1;
101
+ overflow-y: auto;
102
+ overflow-x: hidden;
103
+ }
104
+
105
+ .digit-msb-item-child-wrapper {
106
+ display: flex;
107
+ flex-direction: column;
108
+ height: theme(digitv2.spacers.spacer12);
109
+ padding: theme(digitv2.spacers.spacer3) theme(digitv2.spacers.spacer6);
110
+ justify-content: space-between;
111
+ border-top: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
112
+
113
+ &.usermanuals{
114
+ padding: theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer6);
115
+ height: 3.5rem;
116
+ }
117
+ }
118
+
119
+ .digit-msb-item-child-wrapper:last-child,
120
+ .digit-msb-item-child-wrapper.expanded {
121
+ border-bottom: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
122
+ }
123
+
124
+ .digit-msb-item-child-wrapper:not(.dark):nth-child(2n+1) {
125
+ background-color: theme(digitv2.lightTheme.paper-secondary);
126
+ }
127
+
128
+ .digit-msb-item-child-wrapper.expanded {
129
+ height: auto;
130
+ }
131
+
132
+ .digit-msb-sidebar-item {
133
+ display: flex;
134
+ align-items: center;
135
+ cursor: pointer;
136
+ }
137
+
138
+ .digit-msb-sidebar-item.digit-msb-parentLevel {
139
+ height: theme(digitv2.spacers.spacer6);
140
+
141
+ .digit-msb-item-label {
142
+ font-family: theme(digitv2.fontFamily.sans);
143
+ font-style: theme(digitv2.fontStyle.normal);
144
+ font-weight: theme(digitv2.fontWeight.bold);
145
+ line-height: theme(digitv2.lineHeight.lineheight1);
146
+
147
+ @media (max-aspect-ratio: 9/16) {
148
+ /* Media query for mobile */
149
+ font-size: theme(digitv2.fontSize.heading-s.mobile);
150
+ }
151
+
152
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
153
+ /* Media query for tablets */
154
+ font-size: theme(digitv2.fontSize.heading-s.tablet);
155
+ }
156
+
157
+ @media (min-aspect-ratio: 3/4) {
158
+ /* Media query for desktop */
159
+ font-size: theme(digitv2.fontSize.heading-s.desktop);
160
+ }
161
+ }
162
+ }
163
+
164
+ .digit-msb-item-label{
165
+ &.usermanuals{
166
+ @extend .typography.body-xs;
167
+ font-family: theme(digitv2.fontFamily.sans);
168
+ font-style: theme(digitv2.fontStyle.normal);
169
+ font-weight: theme(digitv2.fontWeight.regular);
170
+ line-height: theme(digitv2.lineHeight.lineheight2);
171
+
172
+ @media (max-aspect-ratio: 9/16) {
173
+ /* Media query for mobile */
174
+ font-size: theme(digitv2.fontSize.body-xs.mobile);
175
+ }
176
+
177
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
178
+ /* Media query for tablets */
179
+ font-size: theme(digitv2.fontSize.body-xs.tablet);
180
+ }
181
+
182
+ @media (min-aspect-ratio: 3/4) {
183
+ /* Media query for desktop */
184
+ font-size: theme(digitv2.fontSize.body-xs.desktop);
185
+ }
186
+ }
187
+ }
188
+ .digit-msb-sidebar-item .digit-msb-icon {
189
+ margin-right: theme(digitv2.spacers.spacer4);
190
+
191
+ &.usermanuals{
192
+ display: flex;
193
+ width: theme(digitv2.spacers.spacer6);
194
+ height: theme(digitv2.spacers.spacer6);
195
+ justify-content: center;
196
+ align-items: center;
197
+ margin-right: theme(digitv2.spacers.spacer2);
198
+ }
199
+ }
200
+
201
+ .digit-msb-expand-icon {
202
+ margin-left: auto;
203
+ }
204
+
205
+ .digit-msb-sidebar-children {
206
+ width: "100%";
207
+ transition: height 0.3s ease;
208
+
209
+ .digit-inner-level-child {
210
+ margin-left: 2.25rem;
211
+ border-left: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
212
+
213
+ &.dark {
214
+ border-left: 0.063rem solid theme(digitv2.lightTheme.paper-primary);
215
+ }
216
+ }
217
+ }
218
+
219
+ .digit-msb-no-results{
220
+ @extend .typography.body-s;
221
+ display: flex;
222
+ text-align: center;
223
+ flex-direction: column;
224
+ height: theme(digitv2.spacers.spacer12);
225
+ padding: theme(digitv2.spacers.spacer3) theme(digitv2.spacers.spacer6);
226
+ justify-content: space-between;
227
+ border-top: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
228
+ color:theme(digitv2.lightTheme.text-disabled);
229
+ font-family: theme(digitv2.fontFamily.sans);
230
+ font-style: theme(digitv2.fontStyle.normal);
231
+ font-weight: theme(digitv2.fontWeight.regular);
232
+ line-height: theme(digitv2.lineHeight.lineheight2);
233
+
234
+ @media (max-aspect-ratio: 9/16) {
235
+ /* Media query for mobile */
236
+ font-size: theme(digitv2.fontSize.body-s.mobile);
237
+ }
238
+
239
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
240
+ /* Media query for tablets */
241
+ font-size: theme(digitv2.fontSize.body-s.tablet);
242
+ }
243
+
244
+ @media (min-aspect-ratio: 3/4) {
245
+ /* Media query for desktop */
246
+ font-size: theme(digitv2.fontSize.body-s.desktop);
247
+ }
248
+ }
249
+
250
+
251
+ .digit-msb-sidebar-children.expanded {
252
+ height: auto;
253
+ }
254
+
255
+
256
+ .digit-mb-search-container {
257
+ height: 4.5rem;
258
+ min-width: 15rem;
259
+ width: auto;
260
+ padding: theme(digitv2.spacers.spacer4) !important;
261
+
262
+ .digit-mb-search {
263
+ height: theme(digitv2.spacers.spacer10) !important;
264
+ min-width: 13rem;
265
+
266
+ .digit-text-input-customIcon {
267
+ height: theme(digitv2.spacers.spacer6);
268
+ width: theme(digitv2.spacers.spacer6);
269
+ top: theme(digitv2.spacers.spacer2);
270
+ right: theme(digitv2.spacers.spacer2);
271
+ }
272
+
273
+ .input-container {
274
+ max-height: 100%;
275
+ }
276
+
277
+ input {
278
+ max-height: 100%;
279
+ background-color: theme(digitv2.lightTheme.paper-primary);
280
+ border: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
281
+ color: theme(digitv2.lightTheme.text-primary);
282
+ height: theme(digitv2.spacers.spacer8) !important;
283
+
284
+ ::placeholder {
285
+ color: theme(digitv2.lightTheme.text-disabled);
286
+ }
287
+ }
288
+
289
+ .input-container:focus-within {
290
+ input {
291
+ border: 0.063rem solid theme(digitv2.lightTheme.generic-divider) !important;
292
+ }
293
+ }
294
+ }
295
+
296
+ ::placeholder {
297
+ content: attr(placeholder);
298
+ @extend .typography.body-s;
299
+ font-family: theme(digitv2.fontFamily.sans);
300
+ font-style: theme(digitv2.fontStyle.normal);
301
+ font-weight: theme(digitv2.fontWeight.regular);
302
+ line-height: theme(digitv2.lineHeight.lineheight2);
303
+
304
+ @media (max-aspect-ratio: 9/16) {
305
+ /* Media query for mobile */
306
+ font-size: theme(digitv2.fontSize.body-s.mobile);
307
+ }
308
+
309
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
310
+ /* Media query for tablets */
311
+ font-size: theme(digitv2.fontSize.body-s.tablet);
312
+ }
313
+
314
+ @media (min-aspect-ratio: 3/4) {
315
+ /* Media query for desktop */
316
+ font-size: theme(digitv2.fontSize.body-s.desktop);
317
+ }
318
+ color: theme(digitv2.lightTheme.text-disabled);
319
+ }
320
+ }
321
+
322
+ .digit-mb-search-container.dark {
323
+ height: 4.5rem;
324
+ min-width: 15rem;
325
+ width: auto;
326
+ padding: theme(digitv2.spacers.spacer4) !important;
327
+
328
+ .digit-mb-search {
329
+ height: theme(digitv2.spacers.spacer10) !important;
330
+ min-width: 13rem;
331
+
332
+ .digit-text-input-customIcon {
333
+ height: theme(digitv2.spacers.spacer6);
334
+ width: theme(digitv2.spacers.spacer6);
335
+ top: theme(digitv2.spacers.spacer2);
336
+ right: theme(digitv2.spacers.spacer2);
337
+ }
338
+
339
+ .input-container {
340
+ max-height: 100%;
341
+ }
342
+
343
+ input {
344
+ max-height: 100%;
345
+ background-color: transparent;
346
+ border: 0.063rem solid theme(digitv2.lightTheme.paper-secondary);
347
+ color: theme(digitv2.lightTheme.generic-background);
348
+
349
+ ::placeholder {
350
+ color: theme(digitv2.lightTheme.generic-background);
351
+ }
352
+ }
353
+
354
+ .input-container:focus-within {
355
+ input {
356
+ border: 0.063rem solid theme(digitv2.lightTheme.paper-secondary) !important;
357
+ }
358
+ }
359
+ }
360
+
361
+ ::placeholder {
362
+ content: attr(placeholder);
363
+ @extend .typography.body-s;
364
+ font-family: theme(digitv2.fontFamily.sans);
365
+ font-style: theme(digitv2.fontStyle.normal);
366
+ font-weight: theme(digitv2.fontWeight.regular);
367
+ line-height: theme(digitv2.lineHeight.lineheight2);
368
+
369
+ @media (max-aspect-ratio: 9/16) {
370
+ /* Media query for mobile */
371
+ font-size: theme(digitv2.fontSize.body-s.mobile);
372
+ }
373
+
374
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
375
+ /* Media query for tablets */
376
+ font-size: theme(digitv2.fontSize.body-s.tablet);
377
+ }
378
+
379
+ @media (min-aspect-ratio: 3/4) {
380
+ /* Media query for desktop */
381
+ font-size: theme(digitv2.fontSize.body-s.desktop);
382
+ }
383
+ color: theme(digitv2.lightTheme.generic-background);
384
+ }
385
+ }
386
+
387
+ .digit-msb-sidebar-bottom {
388
+ background-color: theme(digitv2.lightTheme.paper-secondary);
389
+ z-index: 5;
390
+ padding: theme(digitv2.spacers.spacer4);
391
+ display: flex;
392
+ flex-direction: column;
393
+ gap: theme(digitv2.spacers.spacer4);
394
+ border-top: 0.063rem solid theme(digitv2.lightTheme.generic-divider);
395
+ height: 4rem;
396
+
397
+
398
+ button {
399
+ width: 100%;
400
+
401
+ .icon-label-container .digit-button-customIcon {
402
+ width: theme(digitv2.spacers.spacer5);
403
+ height: theme(digitv2.spacers.spacer5);
404
+ ;
405
+ }
406
+ }
407
+
408
+ &.dark {
409
+ background-color: theme(digitv2.lightTheme.primary-2);
410
+ }
411
+ }
412
+
413
+ .digit-icon-msb {
414
+ margin-right: theme(digitv2.spacers.spacer3);
415
+ width: theme(digitv2.spacers.spacer6);
416
+ height: theme(digitv2.spacers.spacer6);
417
+ margin-left: theme(digitv2.spacers.spacer6);
418
+ }
419
+
420
+ .digit-item-label-msb {
421
+
422
+ font-family: theme(digitv2.fontFamily.sans);
423
+ font-style: theme(digitv2.fontStyle.normal);
424
+ font-weight: theme(digitv2.fontWeight.regular);
425
+ line-height: theme(digitv2.lineHeight.lineheight2);
426
+
427
+ @media (max-aspect-ratio: 9/16) {
428
+ /* Media query for mobile */
429
+ font-size: theme(digitv2.fontSize.body-s.mobile);
430
+ }
431
+
432
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
433
+ /* Media query for tablets */
434
+ font-size: theme(digitv2.fontSize.body-s.tablet);
435
+ }
436
+
437
+ @media (min-aspect-ratio: 3/4) {
438
+ /* Media query for desktop */
439
+ font-size: theme(digitv2.fontSize.body-s.desktop);
440
+ }
441
+
442
+ &.withoutIcon{
443
+ margin-left: theme(digitv2.spacers.spacer7);
444
+ }
445
+ }
446
+
447
+ .digit-expand-icon-msb {
448
+ width: theme(digitv2.spacers.spacer6);
449
+ height: theme(digitv2.spacers.spacer6);
450
+ margin-left: auto !important;
451
+
452
+ &.child-level{
453
+ margin-right:1.5rem;
454
+ }
455
+ }
456
+
457
+ .digit-sidebar-item-msb {
458
+ display: flex;
459
+ align-items: center;
460
+ text-decoration: none;
461
+ transition: background-color 0.3s;
462
+ cursor: pointer;
463
+ outline: none;
464
+ height: 100%;
465
+ width: 100%;
466
+ position: relative;
467
+ }
468
+
469
+
470
+ .digit-item-child-wrapper-msb {
471
+ width: 100%;
472
+ height: theme(digitv2.spacers.spacer12);
473
+ display: flex;
474
+ align-items: center;
475
+ justify-content: center;
476
+
477
+ .digit-sidebar-item-msb:hover {
478
+ background-color: #FFFFFF4D;
479
+ }
480
+
481
+ .digit-sidebar-item-msb:active,
482
+ .digit-sidebar-item-msb.selected,
483
+ .digit-sidebar-item-msb.selectedAsParent {
484
+ background: #c84c0e1a;
485
+
486
+ .digit-item-label-msb {
487
+ color: theme(digitv2.lightTheme.primary-2);
488
+ }
489
+ }
490
+
491
+ .digit-sidebar-item-msb.selected::before,
492
+ .digit-sidebar-item-msb:active::before,
493
+ .digit-sidebar-item-msb:active:hover::before,
494
+ .digit-sidebar-item-msb.selected:hover::before,
495
+ .digit-sidebar-item-msb.selectedAsParent::before,
496
+ .digit-sidebar-item-msb.selectedAsParent:hover::before {
497
+ content: '';
498
+ position: absolute;
499
+ top: 0.062rem;
500
+ left: 0;
501
+ bottom: 0.063rem;
502
+ width: theme(digitv2.spacers.spacer2);
503
+ background: theme(digitv2.lightTheme.primary-1);
504
+ border-top-right-radius: theme(digitv2.spacers.spacer1);
505
+ border-bottom-right-radius: theme(digitv2.spacers.spacer1);
506
+ }
507
+
508
+ .digit-sidebar-item-msb.dark:active,
509
+ .digit-sidebar-item-msb.dark.selected,
510
+ .digit-sidebar-item-msb.dark.selectedAsParent {
511
+ background: theme(digitv2.lightTheme.primary-1);
512
+ .digit-item-label-msb {
513
+ color: theme(digitv2.lightTheme.paper-primary);
514
+ }
515
+ }
516
+
517
+ .digit-sidebar-item-msb.dark.selected::before,
518
+ .digit-sidebar-item-msb.dark:active::before,
519
+ .digit-sidebar-item-msb.dark.selectedAsParent::before,
520
+ .digit-sidebar-item-msb.dark:active:hover::before,
521
+ .digit-sidebar-item-msb.dark.selected:hover::before,
522
+ .digit-sidebar-item-msb.dark.selectedAsParent:hover::before {
523
+ content: '';
524
+ position: absolute;
525
+ top: 0.062rem;
526
+ left: 0;
527
+ bottom: 0.063rem;
528
+ width: theme(digitv2.spacers.spacer2);
529
+ background: theme(digitv2.lightTheme.paper-primary);
530
+ border-top-right-radius: theme(digitv2.spacers.spacer1);
531
+ border-bottom-right-radius: theme(digitv2.spacers.spacer1);
532
+ }
533
+ }
534
+
535
+
536
+ .digit-msb-sidebar-items::-webkit-scrollbar {
537
+ width: 0.375rem;
538
+ background-color: theme(digitv2.lightTheme.generic-background);
539
+ }
540
+
541
+ .digit-msb-sidebar-items::-webkit-scrollbar-track {
542
+ background-color: theme(digitv2.lightTheme.generic-background);
543
+ border-radius: 0.563rem;
544
+ }
545
+
546
+ .digit-msb-sidebar-items::-webkit-scrollbar-thumb {
547
+ background-color: theme(digitv2.lightTheme.generic-divider);
548
+ border-radius: 0.563rem;
549
+ }
550
+
551
+ .digit-hamburger-profile{
552
+ width: 3.875rem;
553
+ height: 4rem;
554
+ object-fit: cover;
555
+ }