@egovernments/digit-ui-components-css 0.2.1 → 2.0.0-dev-01
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/dist/index.css +4 -14513
- package/package.json +33 -36
- package/src/digitv2/components/FormComposerV2.scss +6 -5
- package/src/digitv2/components/accordionV2.scss +59 -59
- package/src/digitv2/components/alertCardV2.scss +43 -43
- package/src/digitv2/components/backLinkV2.scss +11 -8
- package/src/digitv2/components/bodyContainerV2.scss +2 -1
- package/src/digitv2/components/bottomSheetV2.scss +22 -19
- package/src/digitv2/components/breadcrumbV2.scss +27 -25
- package/src/digitv2/components/buttonsV2.scss +72 -72
- package/src/digitv2/components/cardV2.scss +21 -14
- package/src/digitv2/components/cardbasedoptionsV2.scss +4 -1
- package/src/digitv2/components/cardlabelV2.scss +4 -3
- package/src/digitv2/components/checkboxV2.scss +33 -32
- package/src/digitv2/components/chipV2.scss +46 -43
- package/src/digitv2/components/dividerV2.scss +7 -4
- package/src/digitv2/components/errorMessageV2.scss +15 -15
- package/src/digitv2/components/fieldV1.scss +131 -28
- package/src/digitv2/components/fileUploadV2.scss +129 -126
- package/src/digitv2/components/filterCardV2.scss +54 -51
- package/src/digitv2/components/footerV2.scss +14 -13
- package/src/digitv2/components/formCardV2.scss +52 -49
- package/src/digitv2/components/hamburgerV2.scss +145 -142
- package/src/digitv2/components/headerV2.scss +60 -57
- package/src/digitv2/components/headerdropdownV2.scss +72 -69
- package/src/digitv2/components/infobuttonV2.scss +18 -15
- package/src/digitv2/components/labelFieldPairV2.scss +11 -8
- package/src/digitv2/components/landingpagecardV2.scss +73 -70
- package/src/digitv2/components/loaderV2.scss +7 -4
- package/src/digitv2/components/menuCardV2.scss +34 -31
- package/src/digitv2/components/metricCardV2.scss +55 -52
- package/src/digitv2/components/mobileNumberV2.scss +10 -10
- package/src/digitv2/components/multiSelectDropdownV2.scss +175 -168
- package/src/digitv2/components/otpInputV2.scss +29 -26
- package/src/digitv2/components/panelCardV2.scss +46 -43
- package/src/digitv2/components/panelV2.scss +34 -31
- package/src/digitv2/components/popUpV2.scss +94 -91
- package/src/digitv2/components/radiobtnV2.scss +24 -23
- package/src/digitv2/components/selectDropdownV2.scss +200 -197
- package/src/digitv2/components/selectionTagV2.scss +32 -29
- package/src/digitv2/components/sidePanelV2.scss +51 -48
- package/src/digitv2/components/sidenavV2.scss +119 -116
- package/src/digitv2/components/stepperV2.scss +61 -58
- package/src/digitv2/components/summaryCardFieldPairV2.scss +25 -22
- package/src/digitv2/components/summaryCardV2.scss +30 -27
- package/src/digitv2/components/switchV2.scss +34 -31
- package/src/digitv2/components/tabV2.scss +29 -26
- package/src/digitv2/components/tableV2.scss +152 -149
- package/src/digitv2/components/tagV2.scss +27 -24
- package/src/digitv2/components/textInputV2.scss +117 -101
- package/src/digitv2/components/textareaV2.scss +23 -20
- package/src/digitv2/components/textblockV2.scss +31 -28
- package/src/digitv2/components/timelineV2.scss +64 -61
- package/src/digitv2/components/toastV2.scss +28 -25
- package/src/digitv2/components/toggleV2.scss +121 -37
- package/src/digitv2/components/tooltipwrapperV2.scss +97 -94
- package/src/digitv2/components/treeSelectV2.scss +58 -55
- package/src/digitv2/index.scss +136 -134
- package/src/digitv2/pages/employee/boundaryFilter.scss +63 -0
- package/src/digitv2/pages/employee/inboxsearchcomposer.scss +156 -34
- package/src/digitv2/pages/employee/index.scss +4 -3
- package/src/digitv2/pages/employee/reactdatatable.scss +15 -15
- package/src/digitv2/pages/employee/workbench.scss +29 -28
- package/src/digitv2/typography.scss +633 -640
- package/src/index.scss +29 -19
- package/src/pages/employee/index.scss +26 -26
- package/src/pages/employee/login.scss +4 -4
- package/src/theme-variables.css +137 -0
- package/CHANGELOG.md +0 -231
- package/dist/index.min.css +0 -6
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
|
|
97
97
|
.links {
|
|
98
98
|
.inbox-links-icon {
|
|
99
|
-
color: theme(colors.primary.main);
|
|
100
|
-
fill: theme(colors.primary.main);
|
|
99
|
+
color: theme("colors.primary.main");
|
|
100
|
+
fill: theme("colors.primary.main");
|
|
101
101
|
|
|
102
102
|
path {
|
|
103
|
-
fill: theme(colors.primary.main);
|
|
103
|
+
fill: theme("colors.primary.main");
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
|
|
156
156
|
&.links {
|
|
157
157
|
height: 100%;
|
|
158
|
-
color: theme(colors.primary.main);
|
|
158
|
+
color: theme("colors.primary.main");
|
|
159
159
|
|
|
160
160
|
.inbox-search-links-component {
|
|
161
161
|
height: 100% !important;
|
|
@@ -226,16 +226,16 @@
|
|
|
226
226
|
height: 100%;
|
|
227
227
|
display: grid;
|
|
228
228
|
grid-template-columns: 20% 1fr;
|
|
229
|
-
gap: theme(digitv2.spacers.spacer6);
|
|
229
|
+
gap: theme("digitv2.spacers.spacer6");
|
|
230
230
|
|
|
231
231
|
.digit-section {
|
|
232
232
|
|
|
233
233
|
&.links,
|
|
234
234
|
&.search{
|
|
235
|
-
background-color: theme(digitv2.lightTheme.paper-primary);
|
|
235
|
+
background-color: theme("digitv2.lightTheme.paper-primary");
|
|
236
236
|
box-shadow: 0rem 0.063rem 0.125rem 0rem #00000029;
|
|
237
|
-
border-radius: theme(digitv2.spacers.spacer1);
|
|
238
|
-
padding: theme(digitv2.spacers.spacer6);
|
|
237
|
+
border-radius: theme("digitv2.spacers.spacer1");
|
|
238
|
+
padding: theme("digitv2.spacers.spacer6");
|
|
239
239
|
justify-content: flex-start;
|
|
240
240
|
display: flex;
|
|
241
241
|
align-items: center;
|
|
@@ -249,11 +249,21 @@
|
|
|
249
249
|
.digit-tab-main {
|
|
250
250
|
width: 100%;
|
|
251
251
|
}
|
|
252
|
+
|
|
253
|
+
&.tab{
|
|
254
|
+
background: none !important;
|
|
255
|
+
padding: theme("digitv2.spacers.spacer0");
|
|
256
|
+
box-shadow: none;
|
|
257
|
+
|
|
258
|
+
.digit-search-wrapper{
|
|
259
|
+
padding: theme("digitv2.spacers.spacer6");
|
|
260
|
+
}
|
|
261
|
+
}
|
|
252
262
|
}
|
|
253
263
|
|
|
254
264
|
&.filter{
|
|
255
265
|
.digit-inbox-search-composer-filter-card-content{
|
|
256
|
-
gap:theme(digitv2.spacers.spacer4)
|
|
266
|
+
gap:theme("digitv2.spacers.spacer4")
|
|
257
267
|
}
|
|
258
268
|
}
|
|
259
269
|
|
|
@@ -263,10 +273,10 @@
|
|
|
263
273
|
display: flex;
|
|
264
274
|
align-items: center;
|
|
265
275
|
justify-content: flex-end;
|
|
266
|
-
gap: theme(digitv2.spacers.spacer6);
|
|
276
|
+
gap: theme("digitv2.spacers.spacer6");
|
|
267
277
|
|
|
268
278
|
&.add-margin{
|
|
269
|
-
margin-top:theme(digitv2.spacers.spacer6);
|
|
279
|
+
margin-top:theme("digitv2.spacers.spacer6");
|
|
270
280
|
}
|
|
271
281
|
|
|
272
282
|
&.inbox {
|
|
@@ -295,47 +305,58 @@
|
|
|
295
305
|
}
|
|
296
306
|
|
|
297
307
|
.digit-inbox-search-composer-header {
|
|
298
|
-
@
|
|
299
|
-
color: theme(digitv2.lightTheme.primary-2);
|
|
300
|
-
margin-bottom: theme(digitv2.spacers.spacer6);
|
|
308
|
+
@include typography-heading-xl;
|
|
309
|
+
color: theme("digitv2.lightTheme.primary-2");
|
|
310
|
+
margin-bottom: theme("digitv2.spacers.spacer6");
|
|
301
311
|
line-height: normal;
|
|
302
312
|
}
|
|
303
313
|
|
|
314
|
+
.digit-inbox-search-composer-header-action-wrapper{
|
|
315
|
+
|
|
316
|
+
display: flex;
|
|
317
|
+
align-items: center;
|
|
318
|
+
justify-content: space-between;
|
|
319
|
+
|
|
320
|
+
.digit-inbox-search-composer-action{
|
|
321
|
+
margin-bottom: theme("digitv2.spacers.spacer6");
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
304
325
|
.digit-inbox-search-links-container {
|
|
305
326
|
.digit-inbox-search-links-header {
|
|
306
327
|
display: flex;
|
|
307
|
-
gap: theme(digitv2.spacers.spacer2);
|
|
328
|
+
gap: theme("digitv2.spacers.spacer2");
|
|
308
329
|
align-items: center;
|
|
309
|
-
margin-bottom: theme(digitv2.spacers.spacer6);
|
|
330
|
+
margin-bottom: theme("digitv2.spacers.spacer6");
|
|
310
331
|
|
|
311
332
|
.digit-inbox-search-links-header-logo {
|
|
312
|
-
width: theme(digitv2.spacers.spacer8);
|
|
313
|
-
height: theme(digitv2.spacers.spacer8);
|
|
333
|
+
width: theme("digitv2.spacers.spacer8");
|
|
334
|
+
height: theme("digitv2.spacers.spacer8");
|
|
314
335
|
}
|
|
315
336
|
|
|
316
337
|
.digit-inbox-search-links-header-text {
|
|
317
|
-
@
|
|
318
|
-
font-family: theme(digitv2.fontFamily.sans);
|
|
319
|
-
font-style: theme(digitv2.fontStyle.normal);
|
|
320
|
-
font-weight: theme(digitv2.fontWeight.bold);
|
|
321
|
-
line-height: theme(digitv2.lineHeight.lineheight1);
|
|
338
|
+
@include typography-heading-m;
|
|
339
|
+
font-family: theme("digitv2.fontFamily.sans");
|
|
340
|
+
font-style: theme("digitv2.fontStyle.normal");
|
|
341
|
+
font-weight: theme("digitv2.fontWeight.bold");
|
|
342
|
+
line-height: theme("digitv2.lineHeight.lineheight1");
|
|
322
343
|
|
|
323
344
|
@media (max-aspect-ratio: 9/16) {
|
|
324
345
|
/* Media query for mobile */
|
|
325
|
-
font-size: theme(digitv2.fontSize.heading-m.mobile);
|
|
346
|
+
font-size: theme("digitv2.fontSize.heading-m.mobile");
|
|
326
347
|
}
|
|
327
348
|
|
|
328
349
|
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
329
350
|
/* Media query for tablets */
|
|
330
|
-
font-size: theme(digitv2.fontSize.heading-m.tablet);
|
|
351
|
+
font-size: theme("digitv2.fontSize.heading-m.tablet");
|
|
331
352
|
}
|
|
332
353
|
|
|
333
354
|
@media (min-aspect-ratio: 3/4) {
|
|
334
355
|
/* Media query for desktop */
|
|
335
|
-
font-size: theme(digitv2.fontSize.heading-m.desktop);
|
|
356
|
+
font-size: theme("digitv2.fontSize.heading-m.desktop");
|
|
336
357
|
}
|
|
337
358
|
|
|
338
|
-
color:theme(digitv2.lightTheme.primary-2);
|
|
359
|
+
color:theme("digitv2.lightTheme.primary-2");
|
|
339
360
|
line-height: normal;
|
|
340
361
|
}
|
|
341
362
|
}
|
|
@@ -343,28 +364,28 @@
|
|
|
343
364
|
.digit-inbox-search-links-contents {
|
|
344
365
|
display: flex;
|
|
345
366
|
flex-direction: column;
|
|
346
|
-
gap: theme(digitv2.spacers.spacer4);
|
|
367
|
+
gap: theme("digitv2.spacers.spacer4");
|
|
347
368
|
|
|
348
369
|
a {
|
|
349
|
-
color: theme(digitv2.lightTheme.primary-1) !important;
|
|
370
|
+
color: theme("digitv2.lightTheme.primary-1") !important;
|
|
350
371
|
}
|
|
351
372
|
|
|
352
373
|
.digit-inbox-search-link {
|
|
353
|
-
@
|
|
354
|
-
color: theme(digitv2.lightTheme.primary-1);
|
|
374
|
+
@include typography-link-L;
|
|
375
|
+
color: theme("digitv2.lightTheme.primary-1");
|
|
355
376
|
}
|
|
356
377
|
}
|
|
357
378
|
}
|
|
358
379
|
|
|
359
380
|
.digit-inbox-search-composer-label-pair {
|
|
360
|
-
margin-bottom: theme(digitv2.spacers.spacer0);
|
|
381
|
+
margin-bottom: theme("digitv2.spacers.spacer0");
|
|
361
382
|
}
|
|
362
383
|
|
|
363
384
|
.digit-search-wrapper {
|
|
364
385
|
.digit-search-field-wrapper {
|
|
365
386
|
display: grid;
|
|
366
|
-
row-gap: theme(digitv2.spacers.spacer6);
|
|
367
|
-
column-gap: theme(digitv2.spacers.spacer4);
|
|
387
|
+
row-gap: theme("digitv2.spacers.spacer6");
|
|
388
|
+
column-gap: theme("digitv2.spacers.spacer4");
|
|
368
389
|
grid-template-columns: repeat(3, 1fr);
|
|
369
390
|
|
|
370
391
|
&.inbox {
|
|
@@ -375,4 +396,105 @@
|
|
|
375
396
|
}
|
|
376
397
|
|
|
377
398
|
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
@media screen and (max-width: 426px) {
|
|
402
|
+
|
|
403
|
+
.digit-header-content{
|
|
404
|
+
&.digit-inbox-search-composer-header{
|
|
405
|
+
margin-left: 1rem;
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.digit-inbox-search-wrapper {
|
|
410
|
+
.digit-inbox-search-component-wrapper {
|
|
411
|
+
.digit-sections-parent {
|
|
412
|
+
display: flex;
|
|
413
|
+
flex-direction: column;
|
|
414
|
+
|
|
415
|
+
&.inbox{
|
|
416
|
+
.searchBox{
|
|
417
|
+
margin: 0rem 1rem;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.digit-table-loader{
|
|
426
|
+
height: 31.25rem;
|
|
427
|
+
display: flex;
|
|
428
|
+
align-items: center;
|
|
429
|
+
justify-content: center ;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.digit-custom-row-wrapper{
|
|
433
|
+
display: flex;
|
|
434
|
+
flex-direction: column;
|
|
435
|
+
gap: theme("digitv2.spacers.spacer6");
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.footer-pagination-content {
|
|
439
|
+
&.digit-results-table{
|
|
440
|
+
margin-top:1.5rem;
|
|
441
|
+
|
|
442
|
+
td{
|
|
443
|
+
width: 100%;
|
|
444
|
+
|
|
445
|
+
.pagination{
|
|
446
|
+
border-top: none;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
.digit-results-card-component {
|
|
452
|
+
.digit-results-card-heading-tags-wrapper {
|
|
453
|
+
display: flex;
|
|
454
|
+
align-items: center;
|
|
455
|
+
justify-content: space-between;
|
|
456
|
+
|
|
457
|
+
.digit-results-card-heading {
|
|
458
|
+
color: theme("digitv2.lightTheme.primary-2");
|
|
459
|
+
font-family: theme("digitv2.fontFamily.sans");
|
|
460
|
+
font-style: theme("digitv2.fontStyle.normal");
|
|
461
|
+
font-weight: theme("digitv2.fontWeight.bold");
|
|
462
|
+
line-height: theme("digitv2.lineHeight.lineheight1");
|
|
463
|
+
|
|
464
|
+
@media (max-aspect-ratio: 9/16) {
|
|
465
|
+
/* Media query for mobile */
|
|
466
|
+
font-size: theme("digitv2.fontSize.heading-m.mobile");
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
470
|
+
/* Media query for tablets */
|
|
471
|
+
font-size: theme("digitv2.fontSize.heading-m.tablet");
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
@media (min-aspect-ratio: 3/4) {
|
|
475
|
+
/* Media query for desktop */
|
|
476
|
+
font-size: theme("digitv2.fontSize.heading-m.desktop");
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.digit-results-card-tags {
|
|
481
|
+
display: flex;
|
|
482
|
+
gap: theme("digitv2.spacers.spacer4");
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.pagination {
|
|
488
|
+
&.custom-results {
|
|
489
|
+
|
|
490
|
+
button {
|
|
491
|
+
display: flex;
|
|
492
|
+
align-items: center;
|
|
493
|
+
justify-content: center;
|
|
494
|
+
|
|
495
|
+
svg {
|
|
496
|
+
margin-left: theme("digitv2.spacers.spacer0");
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
378
500
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import "./workbench.scss";
|
|
2
|
+
@import "./boundaryFilter.scss";
|
|
3
|
+
@import "./inboxsearchcomposer.scss";
|
|
4
|
+
@import "./reactdatatable.scss";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
.digit-global-
|
|
2
|
+
.digit-global-search-results-table-wrapper{
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
align-items: flex-end;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.digit-global-
|
|
8
|
+
.digit-global-search-results-table{
|
|
9
9
|
margin-bottom: 1.5rem;
|
|
10
10
|
|
|
11
11
|
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
.rdt_TableRow {
|
|
30
30
|
&.selectedRow {
|
|
31
31
|
background-color: #FBEEE8 !important;
|
|
32
|
-
border-bottom-color: theme(digitv2.lightTheme.generic-divider) !important;
|
|
32
|
+
border-bottom-color: theme("digitv2.lightTheme.generic-divider") !important;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.rdt_TableCol_Sortable {
|
|
37
37
|
display: flex;
|
|
38
38
|
align-items: center;
|
|
39
|
-
gap: theme(digitv2.spacers.spacer1);
|
|
39
|
+
gap: theme("digitv2.spacers.spacer1");
|
|
40
40
|
|
|
41
41
|
&:hover {
|
|
42
42
|
opacity: 1 !important;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.rdt_TableCol {
|
|
57
|
-
border-radius: theme(digitv2.spacers.spacer0) !important;
|
|
57
|
+
border-radius: theme("digitv2.spacers.spacer0") !important;
|
|
58
58
|
|
|
59
59
|
&:last-of-type {
|
|
60
60
|
border-left: none !important;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.rdt_TableCol {
|
|
65
|
-
border-radius: theme(digitv2.spacers.spacer0) !important;
|
|
65
|
+
border-radius: theme("digitv2.spacers.spacer0") !important;
|
|
66
66
|
|
|
67
67
|
&:last-of-type {
|
|
68
68
|
border-left: none !important;
|
|
@@ -86,33 +86,33 @@
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.digit-data-table::-webkit-scrollbar-track {
|
|
89
|
-
background-color: theme(digitv2.lightTheme.generic-divider);
|
|
89
|
+
background-color: theme("digitv2.lightTheme.generic-divider");
|
|
90
90
|
border-radius: 0.563rem;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.digit-data-table::-webkit-scrollbar-thumb {
|
|
94
|
-
background-color: theme(digitv2.lightTheme.generic-divider);
|
|
94
|
+
background-color: theme("digitv2.lightTheme.generic-divider");
|
|
95
95
|
border-radius: 0.563rem;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.digit-data-table::-webkit-scrollbar {
|
|
99
|
-
width: theme(digitv2.spacers.spacer2);
|
|
100
|
-
background-color: theme(digitv2.lightTheme.generic-divider);
|
|
99
|
+
width: theme("digitv2.spacers.spacer2");
|
|
100
|
+
background-color: theme("digitv2.lightTheme.generic-divider");
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.digit-data-table::-webkit-scrollbar:horizontal {
|
|
104
|
-
height: theme(digitv2.spacers.spacer2);
|
|
105
|
-
background-color: theme(digitv2.lightTheme.generic-divider);
|
|
104
|
+
height: theme("digitv2.spacers.spacer2");
|
|
105
|
+
background-color: theme("digitv2.lightTheme.generic-divider");
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.digit-data-table-select-checkbox {
|
|
109
|
-
margin-bottom: theme(digitv2.spacers.spacer0);
|
|
109
|
+
margin-bottom: theme("digitv2.spacers.spacer0");
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.rdt_Pagination {
|
|
113
113
|
margin-top: -1rem;
|
|
114
114
|
border: 0.063rem solid #d6d5d4;
|
|
115
|
-
border-top: theme(digitv2.spacers.spacer0);
|
|
115
|
+
border-top: theme("digitv2.spacers.spacer0");
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
|
|
127
127
|
.digit-dataTable-actions-container{
|
|
128
128
|
display: flex;
|
|
129
|
-
gap:theme(digitv2.spacers.spacer2);
|
|
129
|
+
gap:theme("digitv2.spacers.spacer2");
|
|
130
130
|
align-items: center;
|
|
131
131
|
flex-wrap: wrap;
|
|
132
132
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
@import
|
|
1
|
+
// @import "../../index.scss";
|
|
2
|
+
@import "../../typography.scss";
|
|
2
3
|
|
|
3
4
|
.bread-crumb.workbench-bredcrumb{
|
|
4
5
|
a{
|
|
5
|
-
color: theme(digitv2.lightTheme.primary-1);
|
|
6
|
+
color: theme("digitv2.lightTheme.primary-1");
|
|
6
7
|
}
|
|
7
8
|
}
|
|
8
9
|
.workbench{
|
|
@@ -10,9 +11,9 @@ a{
|
|
|
10
11
|
display: inherit;
|
|
11
12
|
padding-top: 1.5rem;
|
|
12
13
|
.digit-form-composer-sub-header {
|
|
13
|
-
@
|
|
14
|
+
@include typography-text-heading-m;
|
|
14
15
|
padding-left: 1rem;
|
|
15
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
16
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
16
17
|
padding-left: 0;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -30,7 +31,7 @@ a{
|
|
|
30
31
|
display: flex;
|
|
31
32
|
padding: 1em 0 0 1em;
|
|
32
33
|
|
|
33
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
34
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
34
35
|
flex-direction: column;
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -71,13 +72,13 @@ a{
|
|
|
71
72
|
display: inline-flex;
|
|
72
73
|
/* align-self: center; */
|
|
73
74
|
line-height: 3rem;
|
|
74
|
-
@
|
|
75
|
+
@include typography-text-heading-s;
|
|
75
76
|
/* web view*/
|
|
76
77
|
@apply w-1/3;
|
|
77
78
|
|
|
78
79
|
/* tablet view*/
|
|
79
80
|
|
|
80
|
-
@media (max-width: theme(digitv2.screens.tablet)) {
|
|
81
|
+
@media (max-width: theme("digitv2.screens.tablet")) {
|
|
81
82
|
max-width: 11rem;
|
|
82
83
|
margin-right: 1.5rem;
|
|
83
84
|
|
|
@@ -85,7 +86,7 @@ a{
|
|
|
85
86
|
|
|
86
87
|
/* mobile view*/
|
|
87
88
|
|
|
88
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
89
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
89
90
|
/*max-width: 10.2rem;*/
|
|
90
91
|
@apply w-full;
|
|
91
92
|
|
|
@@ -96,7 +97,7 @@ a{
|
|
|
96
97
|
.all-input-field-wrapper {
|
|
97
98
|
|
|
98
99
|
@apply w-3/5;
|
|
99
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
100
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
100
101
|
@apply w-full;
|
|
101
102
|
}
|
|
102
103
|
|
|
@@ -111,7 +112,7 @@ a{
|
|
|
111
112
|
margin-bottom: 1rem;
|
|
112
113
|
/* tablet view*/
|
|
113
114
|
|
|
114
|
-
@media (max-width: theme(digitv2.screens.tablet)) {
|
|
115
|
+
@media (max-width: theme("digitv2.screens.tablet")) {
|
|
115
116
|
max-width: 27.5rem;
|
|
116
117
|
min-width: 12.5rem;
|
|
117
118
|
|
|
@@ -119,7 +120,7 @@ a{
|
|
|
119
120
|
|
|
120
121
|
/* mobile view*/
|
|
121
122
|
|
|
122
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
123
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
123
124
|
max-width: 20.5rem;
|
|
124
125
|
min-width: 9.5rem;
|
|
125
126
|
@apply w-full;
|
|
@@ -142,7 +143,7 @@ a{
|
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
.digit__control--is-focused {
|
|
145
|
-
border-color: theme(digitv2.lightTheme.primary-1) !important;
|
|
146
|
+
border-color: theme("digitv2.lightTheme.primary-1") !important;
|
|
146
147
|
box-shadow: none;
|
|
147
148
|
box-sizing: unset;
|
|
148
149
|
@apply outline-none;
|
|
@@ -158,10 +159,10 @@ a{
|
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.digit__control:focus {
|
|
161
|
-
border-color: theme(digitv2.lightTheme.primary-1);
|
|
162
|
+
border-color: theme("digitv2.lightTheme.primary-1");
|
|
162
163
|
|
|
163
164
|
.digit__value-container:focus {
|
|
164
|
-
border-color: theme(digitv2.lightTheme.primary-1);
|
|
165
|
+
border-color: theme("digitv2.lightTheme.primary-1");
|
|
165
166
|
|
|
166
167
|
}
|
|
167
168
|
}
|
|
@@ -169,20 +170,20 @@ a{
|
|
|
169
170
|
|
|
170
171
|
&.form-select:focus {
|
|
171
172
|
@apply outline-none;
|
|
172
|
-
border-color: theme(digitv2.lightTheme.primary-1);
|
|
173
|
+
border-color: theme("digitv2.lightTheme.primary-1");
|
|
173
174
|
|
|
174
175
|
}
|
|
175
176
|
}
|
|
176
177
|
|
|
177
178
|
.form-control:read-only {
|
|
178
|
-
background-color: theme(digitv2.lightTheme.generic-background);
|
|
179
|
-
color: theme(digitv2.lightTheme.text-secondary);
|
|
179
|
+
background-color: theme("digitv2.lightTheme.generic-background");
|
|
180
|
+
color: theme("digitv2.lightTheme.text-secondary");
|
|
180
181
|
}
|
|
181
182
|
|
|
182
183
|
.form-control:focus {
|
|
183
184
|
|
|
184
185
|
@apply outline-none;
|
|
185
|
-
border-color: theme(digitv2.lightTheme.primary-1);
|
|
186
|
+
border-color: theme("digitv2.lightTheme.primary-1");
|
|
186
187
|
}
|
|
187
188
|
|
|
188
189
|
textarea.form-control {
|
|
@@ -208,7 +209,7 @@ a{
|
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.custom-checkbox-label {
|
|
211
|
-
@
|
|
212
|
+
@include typography-text-body-s;
|
|
212
213
|
@apply pl-sm;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
@@ -236,7 +237,7 @@ a{
|
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
input[type="checkbox"]#digit_root_active {
|
|
239
|
-
accent-color: theme(digitv2.lightTheme.primary-1);
|
|
240
|
+
accent-color: theme("digitv2.lightTheme.primary-1");
|
|
240
241
|
}
|
|
241
242
|
|
|
242
243
|
input:checked,
|
|
@@ -364,11 +365,11 @@ a{
|
|
|
364
365
|
.array-remove-button {
|
|
365
366
|
cursor: pointer;
|
|
366
367
|
background-color: inherit !important;
|
|
367
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
368
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
368
369
|
padding:0px;
|
|
369
370
|
}
|
|
370
371
|
h2{
|
|
371
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
372
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
372
373
|
display: none;
|
|
373
374
|
}
|
|
374
375
|
}
|
|
@@ -395,7 +396,7 @@ a{
|
|
|
395
396
|
height: 1.7em;
|
|
396
397
|
margin-top: 0.5rem;
|
|
397
398
|
|
|
398
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
399
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
399
400
|
height: auto;
|
|
400
401
|
width: 100%;
|
|
401
402
|
}
|
|
@@ -533,13 +534,13 @@ a{
|
|
|
533
534
|
width: 100%;
|
|
534
535
|
display: flex;
|
|
535
536
|
padding-top: 2.1rem;
|
|
536
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
537
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
537
538
|
flex-direction: column;
|
|
538
539
|
}
|
|
539
540
|
.employee-select-wrap.form-field{
|
|
540
541
|
@apply w-1/4;
|
|
541
542
|
margin-right:1rem ;
|
|
542
|
-
@media (max-width: theme(digitv2.screens.mobile)) {
|
|
543
|
+
@media (max-width: theme("digitv2.screens.mobile")) {
|
|
543
544
|
@apply w-full;
|
|
544
545
|
}
|
|
545
546
|
}
|
|
@@ -549,7 +550,7 @@ a{
|
|
|
549
550
|
padding-left:0.8rem ;
|
|
550
551
|
padding-right:0.8rem ;
|
|
551
552
|
&-row-mdms:hover{
|
|
552
|
-
background-color: theme(digitv2.lightTheme.primary-bg); /* Change this to the desired hover color */
|
|
553
|
+
background-color: theme("digitv2.lightTheme.primary-bg"); /* Change this to the desired hover color */
|
|
553
554
|
cursor: pointer;
|
|
554
555
|
}
|
|
555
556
|
}
|
|
@@ -573,11 +574,11 @@ a{
|
|
|
573
574
|
text-decoration: none;
|
|
574
575
|
.browse-text {
|
|
575
576
|
text-decoration: none;
|
|
576
|
-
color: theme(digitv2.lightTheme.primary-1);
|
|
577
|
+
color: theme("digitv2.lightTheme.primary-1");
|
|
577
578
|
transition: color 0.3s;
|
|
578
579
|
}
|
|
579
580
|
.browse-text:hover {
|
|
580
|
-
color: theme(digitv2.lightTheme.primary-1);
|
|
581
|
+
color: theme("digitv2.lightTheme.primary-1");
|
|
581
582
|
text-decoration: underline;
|
|
582
583
|
cursor: pointer;
|
|
583
584
|
}
|