@egovernments/digit-ui-components-css 2.0.0-dev-10 → 2.0.0-dev-12
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 +2 -2
- package/package.json +1 -1
- package/src/digitv2/components/FormComposerV2.scss +1 -1
- package/src/digitv2/components/alertCardV2.scss +41 -41
- package/src/digitv2/components/backLinkV2.scss +7 -7
- package/src/digitv2/components/bottomSheetV2.scss +19 -19
- package/src/digitv2/components/breadcrumbV2.scss +21 -21
- package/src/digitv2/components/cardV2.scss +14 -14
- package/src/digitv2/components/cardlabelV2.scss +2 -2
- package/src/digitv2/components/checkboxV2.scss +41 -31
- package/src/digitv2/components/chipV2.scss +40 -40
- package/src/digitv2/components/dividerV2.scss +4 -4
- package/src/digitv2/components/errorMessageV2.scss +12 -12
- package/src/digitv2/components/fieldV1.scss +55 -55
- package/src/digitv2/components/fileUploadV2.scss +115 -115
- package/src/digitv2/components/filterCardV2.scss +50 -50
- package/src/digitv2/components/footerV2.scss +12 -12
- package/src/digitv2/components/formCardV2.scss +48 -48
- package/src/digitv2/components/hamburgerV2.scss +138 -138
- package/src/digitv2/components/headerV2.scss +48 -48
- package/src/digitv2/components/headerdropdownV2.scss +64 -64
- package/src/digitv2/components/infobuttonV2.scss +12 -12
- package/src/digitv2/components/labelFieldPairV2.scss +7 -7
- package/src/digitv2/components/landingpagecardV2.scss +66 -66
- package/src/digitv2/components/loaderV2.scss +3 -3
- package/src/digitv2/components/menuCardV2.scss +29 -29
- package/src/digitv2/components/metricCardV2.scss +49 -49
- package/src/digitv2/components/mobileNumberV2.scss +93 -3
- package/src/digitv2/components/multiSelectDropdownV2.scss +166 -152
- package/src/digitv2/components/otpInputV2.scss +23 -23
- package/src/digitv2/components/panelCardV2.scss +42 -42
- package/src/digitv2/components/panelV2.scss +28 -28
- package/src/digitv2/components/popUpV2.scss +85 -85
- package/src/digitv2/components/radiobtnV2.scss +21 -21
- package/src/digitv2/components/selectDropdownV2.scss +191 -181
- package/src/digitv2/components/selectionTagV2.scss +27 -27
- package/src/digitv2/components/sidePanelV2.scss +46 -46
- package/src/digitv2/components/sidenavV2.scss +114 -114
- package/src/digitv2/components/stepperV2.scss +54 -54
- package/src/digitv2/components/summaryCardFieldPairV2.scss +20 -20
- package/src/digitv2/components/summaryCardV2.scss +25 -25
- package/src/digitv2/components/switchV2.scss +30 -30
- package/src/digitv2/components/tabV2.scss +24 -24
- package/src/digitv2/components/tableV2.scss +138 -138
- package/src/digitv2/components/tagV2.scss +23 -23
- package/src/digitv2/components/textInputV2.scss +93 -90
- package/src/digitv2/components/textareaV2.scss +20 -20
- package/src/digitv2/components/textblockV2.scss +24 -24
- package/src/digitv2/components/timelineV2.scss +57 -57
- package/src/digitv2/components/toastV2.scss +22 -21
- package/src/digitv2/components/toggleV2.scss +45 -45
- package/src/digitv2/components/tooltipwrapperV2.scss +88 -88
- package/src/digitv2/components/treeSelectV2.scss +52 -52
- package/src/digitv2/index.scss +78 -78
- package/src/digitv2/pages/employee/boundaryFilter.scss +7 -7
- package/src/digitv2/pages/employee/inboxsearchcomposer.scss +41 -41
- package/src/digitv2/pages/employee/reactdatatable.scss +13 -13
- package/src/digitv2/pages/employee/workbench.scss +24 -24
- package/src/index.scss +3 -3
|
@@ -228,16 +228,16 @@
|
|
|
228
228
|
height: 100%;
|
|
229
229
|
display: grid;
|
|
230
230
|
grid-template-columns: 20% 1fr;
|
|
231
|
-
gap:
|
|
231
|
+
gap: var(--digitv2-spacers-spacer6);
|
|
232
232
|
|
|
233
233
|
.digit-section {
|
|
234
234
|
|
|
235
235
|
&.links,
|
|
236
236
|
&.search{
|
|
237
|
-
background-color:
|
|
237
|
+
background-color: var(--digitv2-lightTheme-paper-primary);
|
|
238
238
|
box-shadow: 0rem 0.063rem 0.125rem 0rem #00000029;
|
|
239
|
-
border-radius:
|
|
240
|
-
padding:
|
|
239
|
+
border-radius: var(--digitv2-spacers-spacer1);
|
|
240
|
+
padding: var(--digitv2-spacers-spacer6);
|
|
241
241
|
justify-content: flex-start;
|
|
242
242
|
display: flex;
|
|
243
243
|
align-items: center;
|
|
@@ -254,18 +254,18 @@
|
|
|
254
254
|
|
|
255
255
|
&.tab{
|
|
256
256
|
background: none !important;
|
|
257
|
-
padding:
|
|
257
|
+
padding: var(--digitv2-spacers-spacer0);
|
|
258
258
|
box-shadow: none;
|
|
259
259
|
|
|
260
260
|
.digit-search-wrapper{
|
|
261
|
-
padding:
|
|
261
|
+
padding: var(--digitv2-spacers-spacer6);
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
&.filter{
|
|
267
267
|
.digit-inbox-search-composer-filter-card-content{
|
|
268
|
-
gap:
|
|
268
|
+
gap:var(--digitv2-spacers-spacer4)
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
|
|
@@ -275,10 +275,10 @@
|
|
|
275
275
|
display: flex;
|
|
276
276
|
align-items: center;
|
|
277
277
|
justify-content: flex-end;
|
|
278
|
-
gap:
|
|
278
|
+
gap: var(--digitv2-spacers-spacer6);
|
|
279
279
|
|
|
280
280
|
&.add-margin{
|
|
281
|
-
margin-top:
|
|
281
|
+
margin-top:var(--digitv2-spacers-spacer6);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
&.inbox {
|
|
@@ -308,8 +308,8 @@
|
|
|
308
308
|
|
|
309
309
|
.digit-inbox-search-composer-header {
|
|
310
310
|
@include typography-heading-xl;
|
|
311
|
-
color:
|
|
312
|
-
margin-bottom:
|
|
311
|
+
color: var(--digitv2-lightTheme-primary-2);
|
|
312
|
+
margin-bottom: var(--digitv2-spacers-spacer6);
|
|
313
313
|
line-height: normal;
|
|
314
314
|
}
|
|
315
315
|
|
|
@@ -320,45 +320,45 @@
|
|
|
320
320
|
justify-content: space-between;
|
|
321
321
|
|
|
322
322
|
.digit-inbox-search-composer-action{
|
|
323
|
-
margin-bottom:
|
|
323
|
+
margin-bottom: var(--digitv2-spacers-spacer6);
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
.digit-inbox-search-links-container {
|
|
328
328
|
.digit-inbox-search-links-header {
|
|
329
329
|
display: flex;
|
|
330
|
-
gap:
|
|
330
|
+
gap: var(--digitv2-spacers-spacer2);
|
|
331
331
|
align-items: center;
|
|
332
|
-
margin-bottom:
|
|
332
|
+
margin-bottom: var(--digitv2-spacers-spacer6);
|
|
333
333
|
|
|
334
334
|
.digit-inbox-search-links-header-logo {
|
|
335
|
-
width:
|
|
336
|
-
height:
|
|
335
|
+
width: var(--digitv2-spacers-spacer8);
|
|
336
|
+
height: var(--digitv2-spacers-spacer8);
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.digit-inbox-search-links-header-text {
|
|
340
340
|
@include typography-heading-m;
|
|
341
|
-
font-family:
|
|
342
|
-
font-style:
|
|
343
|
-
font-weight:
|
|
344
|
-
line-height:
|
|
341
|
+
font-family: var(--digitv2-fontFamily-sans);
|
|
342
|
+
font-style: var(--digitv2-fontStyle-normal);
|
|
343
|
+
font-weight: var(--digitv2-fontWeight-bold);
|
|
344
|
+
line-height: var(--digitv2-lineHeight-lineheight1);
|
|
345
345
|
|
|
346
346
|
@media (max-aspect-ratio: 9/16) {
|
|
347
347
|
/* Media query for mobile */
|
|
348
|
-
font-size:
|
|
348
|
+
font-size: var(--digitv2-fontSize-heading-m-mobile);
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
352
352
|
/* Media query for tablets */
|
|
353
|
-
font-size:
|
|
353
|
+
font-size: var(--digitv2-fontSize-heading-m-tablet);
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
@media (min-aspect-ratio: 3/4) {
|
|
357
357
|
/* Media query for desktop */
|
|
358
|
-
font-size:
|
|
358
|
+
font-size: var(--digitv2-fontSize-heading-m-desktop);
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
color:
|
|
361
|
+
color:var(--digitv2-lightTheme-primary-2);
|
|
362
362
|
line-height: normal;
|
|
363
363
|
}
|
|
364
364
|
}
|
|
@@ -366,28 +366,28 @@
|
|
|
366
366
|
.digit-inbox-search-links-contents {
|
|
367
367
|
display: flex;
|
|
368
368
|
flex-direction: column;
|
|
369
|
-
gap:
|
|
369
|
+
gap: var(--digitv2-spacers-spacer4);
|
|
370
370
|
|
|
371
371
|
a {
|
|
372
|
-
color:
|
|
372
|
+
color: var(--digitv2-lightTheme-primary-1) !important;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
.digit-inbox-search-link {
|
|
376
376
|
@include typography-link-L;
|
|
377
|
-
color:
|
|
377
|
+
color: var(--digitv2-lightTheme-primary-1);
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
.digit-inbox-search-composer-label-pair {
|
|
383
|
-
margin-bottom:
|
|
383
|
+
margin-bottom: var(--digitv2-spacers-spacer0);
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
.digit-search-wrapper {
|
|
387
387
|
.digit-search-field-wrapper {
|
|
388
388
|
display: grid;
|
|
389
|
-
row-gap:
|
|
390
|
-
column-gap:
|
|
389
|
+
row-gap: var(--digitv2-spacers-spacer6);
|
|
390
|
+
column-gap: var(--digitv2-spacers-spacer4);
|
|
391
391
|
grid-template-columns: repeat(3, 1fr);
|
|
392
392
|
|
|
393
393
|
&.inbox {
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
.digit-custom-row-wrapper{
|
|
435
435
|
display: flex;
|
|
436
436
|
flex-direction: column;
|
|
437
|
-
gap:
|
|
437
|
+
gap: var(--digitv2-spacers-spacer6);
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
.footer-pagination-content {
|
|
@@ -457,31 +457,31 @@
|
|
|
457
457
|
justify-content: space-between;
|
|
458
458
|
|
|
459
459
|
.digit-results-card-heading {
|
|
460
|
-
color:
|
|
461
|
-
font-family:
|
|
462
|
-
font-style:
|
|
463
|
-
font-weight:
|
|
464
|
-
line-height:
|
|
460
|
+
color: var(--digitv2-lightTheme-primary-2);
|
|
461
|
+
font-family: var(--digitv2-fontFamily-sans);
|
|
462
|
+
font-style: var(--digitv2-fontStyle-normal);
|
|
463
|
+
font-weight: var(--digitv2-fontWeight-bold);
|
|
464
|
+
line-height: var(--digitv2-lineHeight-lineheight1);
|
|
465
465
|
|
|
466
466
|
@media (max-aspect-ratio: 9/16) {
|
|
467
467
|
/* Media query for mobile */
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: var(--digitv2-fontSize-heading-m-mobile);
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
|
|
472
472
|
/* Media query for tablets */
|
|
473
|
-
font-size:
|
|
473
|
+
font-size: var(--digitv2-fontSize-heading-m-tablet);
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
@media (min-aspect-ratio: 3/4) {
|
|
477
477
|
/* Media query for desktop */
|
|
478
|
-
font-size:
|
|
478
|
+
font-size: var(--digitv2-fontSize-heading-m-desktop);
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
.digit-results-card-tags {
|
|
483
483
|
display: flex;
|
|
484
|
-
gap:
|
|
484
|
+
gap: var(--digitv2-spacers-spacer4);
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
}
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
justify-content: center;
|
|
496
496
|
|
|
497
497
|
svg {
|
|
498
|
-
margin-left:
|
|
498
|
+
margin-left: var(--digitv2-spacers-spacer0);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
}
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
.rdt_TableRow {
|
|
30
30
|
&.selectedRow {
|
|
31
31
|
background-color: #FBEEE8 !important;
|
|
32
|
-
border-bottom-color:
|
|
32
|
+
border-bottom-color: var(--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:
|
|
39
|
+
gap: var(--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:
|
|
57
|
+
border-radius: var(--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:
|
|
65
|
+
border-radius: var(--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:
|
|
89
|
+
background-color: var(--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:
|
|
94
|
+
background-color: var(--digitv2-lightTheme-generic-divider);
|
|
95
95
|
border-radius: 0.563rem;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.digit-data-table::-webkit-scrollbar {
|
|
99
|
-
width:
|
|
100
|
-
background-color:
|
|
99
|
+
width: var(--digitv2-spacers-spacer2);
|
|
100
|
+
background-color: var(--digitv2-lightTheme-generic-divider);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.digit-data-table::-webkit-scrollbar:horizontal {
|
|
104
|
-
height:
|
|
105
|
-
background-color:
|
|
104
|
+
height: var(--digitv2-spacers-spacer2);
|
|
105
|
+
background-color: var(--digitv2-lightTheme-generic-divider);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.digit-data-table-select-checkbox {
|
|
109
|
-
margin-bottom:
|
|
109
|
+
margin-bottom: var(--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:
|
|
115
|
+
border-top: var(--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:
|
|
129
|
+
gap:var(--digitv2-spacers-spacer2);
|
|
130
130
|
align-items: center;
|
|
131
131
|
flex-wrap: wrap;
|
|
132
132
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
.bread-crumb.workbench-bredcrumb{
|
|
5
5
|
a{
|
|
6
|
-
color:
|
|
6
|
+
color: var(--digitv2-lightTheme-primary-1);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
.workbench{
|
|
@@ -13,7 +13,7 @@ a{
|
|
|
13
13
|
.digit-form-composer-sub-header {
|
|
14
14
|
@include typography-text-heading-m;
|
|
15
15
|
padding-left: 1rem;
|
|
16
|
-
@media (max-width:
|
|
16
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
17
17
|
padding-left: 0;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -31,7 +31,7 @@ a{
|
|
|
31
31
|
display: flex;
|
|
32
32
|
padding: 1em 0 0 1em;
|
|
33
33
|
|
|
34
|
-
@media (max-width:
|
|
34
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -78,7 +78,7 @@ a{
|
|
|
78
78
|
|
|
79
79
|
/* tablet view*/
|
|
80
80
|
|
|
81
|
-
@media (max-width:
|
|
81
|
+
@media (max-width: var(--digitv2-screens-tablet)) {
|
|
82
82
|
max-width: 11rem;
|
|
83
83
|
margin-right: 1.5rem;
|
|
84
84
|
|
|
@@ -86,7 +86,7 @@ a{
|
|
|
86
86
|
|
|
87
87
|
/* mobile view*/
|
|
88
88
|
|
|
89
|
-
@media (max-width:
|
|
89
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
90
90
|
/*max-width: 10.2rem;*/
|
|
91
91
|
@apply w-full;
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ a{
|
|
|
97
97
|
.all-input-field-wrapper {
|
|
98
98
|
|
|
99
99
|
@apply w-3/5;
|
|
100
|
-
@media (max-width:
|
|
100
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
101
101
|
@apply w-full;
|
|
102
102
|
}
|
|
103
103
|
|
|
@@ -112,7 +112,7 @@ a{
|
|
|
112
112
|
margin-bottom: 1rem;
|
|
113
113
|
/* tablet view*/
|
|
114
114
|
|
|
115
|
-
@media (max-width:
|
|
115
|
+
@media (max-width: var(--digitv2-screens-tablet)) {
|
|
116
116
|
max-width: 27.5rem;
|
|
117
117
|
min-width: 12.5rem;
|
|
118
118
|
|
|
@@ -120,7 +120,7 @@ a{
|
|
|
120
120
|
|
|
121
121
|
/* mobile view*/
|
|
122
122
|
|
|
123
|
-
@media (max-width:
|
|
123
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
124
124
|
max-width: 20.5rem;
|
|
125
125
|
min-width: 9.5rem;
|
|
126
126
|
@apply w-full;
|
|
@@ -143,7 +143,7 @@ a{
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.digit__control--is-focused {
|
|
146
|
-
border-color:
|
|
146
|
+
border-color: var(--digitv2-lightTheme-primary-1) !important;
|
|
147
147
|
box-shadow: none;
|
|
148
148
|
box-sizing: unset;
|
|
149
149
|
@apply outline-none;
|
|
@@ -159,10 +159,10 @@ a{
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.digit__control:focus {
|
|
162
|
-
border-color:
|
|
162
|
+
border-color: var(--digitv2-lightTheme-primary-1);
|
|
163
163
|
|
|
164
164
|
.digit__value-container:focus {
|
|
165
|
-
border-color:
|
|
165
|
+
border-color: var(--digitv2-lightTheme-primary-1);
|
|
166
166
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
@@ -170,20 +170,20 @@ a{
|
|
|
170
170
|
|
|
171
171
|
&.form-select:focus {
|
|
172
172
|
@apply outline-none;
|
|
173
|
-
border-color:
|
|
173
|
+
border-color: var(--digitv2-lightTheme-primary-1);
|
|
174
174
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.form-control:read-only {
|
|
179
|
-
background-color:
|
|
180
|
-
color:
|
|
179
|
+
background-color: var(--digitv2-lightTheme-generic-background);
|
|
180
|
+
color: var(--digitv2-lightTheme-text-secondary);
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.form-control:focus {
|
|
184
184
|
|
|
185
185
|
@apply outline-none;
|
|
186
|
-
border-color:
|
|
186
|
+
border-color: var(--digitv2-lightTheme-primary-1);
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
textarea.form-control {
|
|
@@ -237,7 +237,7 @@ a{
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
input[type="checkbox"]#digit_root_active {
|
|
240
|
-
accent-color:
|
|
240
|
+
accent-color: var(--digitv2-lightTheme-primary-1);
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
input:checked,
|
|
@@ -365,11 +365,11 @@ a{
|
|
|
365
365
|
.array-remove-button {
|
|
366
366
|
cursor: pointer;
|
|
367
367
|
background-color: inherit !important;
|
|
368
|
-
@media (max-width:
|
|
368
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
369
369
|
padding:0px;
|
|
370
370
|
}
|
|
371
371
|
h2{
|
|
372
|
-
@media (max-width:
|
|
372
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
373
373
|
display: none;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
@@ -396,7 +396,7 @@ a{
|
|
|
396
396
|
height: 1.7em;
|
|
397
397
|
margin-top: 0.5rem;
|
|
398
398
|
|
|
399
|
-
@media (max-width:
|
|
399
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
400
400
|
height: auto;
|
|
401
401
|
width: 100%;
|
|
402
402
|
}
|
|
@@ -534,13 +534,13 @@ a{
|
|
|
534
534
|
width: 100%;
|
|
535
535
|
display: flex;
|
|
536
536
|
padding-top: 2.1rem;
|
|
537
|
-
@media (max-width:
|
|
537
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
538
538
|
flex-direction: column;
|
|
539
539
|
}
|
|
540
540
|
.employee-select-wrap.form-field{
|
|
541
541
|
@apply w-1/4;
|
|
542
542
|
margin-right:1rem ;
|
|
543
|
-
@media (max-width:
|
|
543
|
+
@media (max-width: var(--digitv2-screens-mobile)) {
|
|
544
544
|
@apply w-full;
|
|
545
545
|
}
|
|
546
546
|
}
|
|
@@ -550,7 +550,7 @@ a{
|
|
|
550
550
|
padding-left:0.8rem ;
|
|
551
551
|
padding-right:0.8rem ;
|
|
552
552
|
&-row-mdms:hover{
|
|
553
|
-
background-color:
|
|
553
|
+
background-color: var(--digitv2-lightTheme-primary-bg); /* Change this to the desired hover color */
|
|
554
554
|
cursor: pointer;
|
|
555
555
|
}
|
|
556
556
|
}
|
|
@@ -574,11 +574,11 @@ a{
|
|
|
574
574
|
text-decoration: none;
|
|
575
575
|
.browse-text {
|
|
576
576
|
text-decoration: none;
|
|
577
|
-
color:
|
|
577
|
+
color: var(--digitv2-lightTheme-primary-1);
|
|
578
578
|
transition: color 0.3s;
|
|
579
579
|
}
|
|
580
580
|
.browse-text:hover {
|
|
581
|
-
color:
|
|
581
|
+
color: var(--digitv2-lightTheme-primary-1);
|
|
582
582
|
text-decoration: underline;
|
|
583
583
|
cursor: pointer;
|
|
584
584
|
}
|
package/src/index.scss
CHANGED
|
@@ -175,9 +175,9 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
input[readonly] {
|
|
178
|
-
background-color:
|
|
179
|
-
border-color:
|
|
180
|
-
color:
|
|
178
|
+
background-color: var(--digitv2-lightTheme-generic-background);
|
|
179
|
+
border-color: var(--digitv2-lightTheme-text-secondary);
|
|
180
|
+
color: var(--digitv2-lightTheme-text-secondary);
|
|
181
181
|
--border-opacity: 1;
|
|
182
182
|
border-color: #9E9E9E;
|
|
183
183
|
border-color: rgba(158, 158, 158, var(--border-opacity));
|