@egovernments/digit-ui-health-css 0.2.133 → 0.2.135
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/package.json
CHANGED
|
@@ -198,6 +198,7 @@
|
|
|
198
198
|
border-bottom: 4px solid theme(digitv2.lightTheme.primary);
|
|
199
199
|
box-sizing: border-box;
|
|
200
200
|
font-size: 1.5rem;
|
|
201
|
+
cursor: default;
|
|
201
202
|
}
|
|
202
203
|
:focus {
|
|
203
204
|
outline: none;
|
|
@@ -222,6 +223,7 @@
|
|
|
222
223
|
font-family: "Roboto";
|
|
223
224
|
font-weight: 700;
|
|
224
225
|
font-size: 1rem;
|
|
226
|
+
cursor: default;
|
|
225
227
|
}
|
|
226
228
|
}
|
|
227
229
|
.tab-content-header {
|
|
@@ -113,6 +113,16 @@ header {
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
.card-container-delivery{
|
|
117
|
+
.additional-elements-column{
|
|
118
|
+
.icon-label-container{
|
|
119
|
+
.digit-button-label{
|
|
120
|
+
margin-top: 0.125rem;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
116
126
|
/*.digit-popup-wrap {
|
|
117
127
|
background: rgba(0, 0, 0, 0.7);
|
|
118
128
|
@apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
|
|
@@ -406,44 +406,52 @@
|
|
|
406
406
|
width: fit-content;
|
|
407
407
|
align-items: center;
|
|
408
408
|
gap: 0.5rem;
|
|
409
|
+
width: 24rem;
|
|
410
|
+
max-width: 100%;
|
|
411
|
+
|
|
412
|
+
svg {
|
|
413
|
+
flex-shrink: 0;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
@media (max-width: 64rem) {
|
|
417
|
+
width: 20rem;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
@media (max-width: 48rem) {
|
|
421
|
+
width: 100%;
|
|
422
|
+
}
|
|
409
423
|
|
|
410
424
|
.digit-field {
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
max-width: 27.5rem;
|
|
414
|
-
}
|
|
425
|
+
width: 24rem;
|
|
426
|
+
max-width: 100%;
|
|
415
427
|
|
|
416
|
-
@media (max-
|
|
417
|
-
|
|
418
|
-
max-width: 100%;
|
|
419
|
-
width: 100%;
|
|
428
|
+
@media (max-width: 64rem) {
|
|
429
|
+
width: 20rem;
|
|
420
430
|
}
|
|
421
431
|
|
|
422
|
-
@media (
|
|
423
|
-
|
|
424
|
-
width: 37.5rem;
|
|
432
|
+
@media (max-width: 48rem) {
|
|
433
|
+
width: 100%;
|
|
425
434
|
}
|
|
426
435
|
}
|
|
427
436
|
|
|
428
437
|
/*.digit-text-input-field {
|
|
429
|
-
height: 2rem !important;
|
|
430
|
-
|
|
431
|
-
.input-container {
|
|
432
438
|
height: 2rem !important;
|
|
433
|
-
|
|
434
|
-
.
|
|
439
|
+
|
|
440
|
+
.input-container {
|
|
435
441
|
height: 2rem !important;
|
|
442
|
+
|
|
443
|
+
.digit-employeeCard-input {
|
|
444
|
+
height: 2rem !important;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.digit-text-input-customIcon {
|
|
448
|
+
top: 0.25rem;
|
|
449
|
+
right: 0.5rem;
|
|
450
|
+
}
|
|
436
451
|
}
|
|
437
|
-
|
|
438
|
-
.digit-text-input-customIcon {
|
|
439
|
-
top: 0.25rem;
|
|
440
|
-
right: 0.5rem;
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
}*/
|
|
452
|
+
}*/
|
|
444
453
|
}
|
|
445
454
|
}
|
|
446
|
-
|
|
447
455
|
.custom-table.digit-side-content {
|
|
448
456
|
width: auto;
|
|
449
457
|
}
|
|
@@ -569,6 +577,7 @@
|
|
|
569
577
|
.digit-loader-new {
|
|
570
578
|
&.digit-center-loader {
|
|
571
579
|
width: 100%;
|
|
580
|
+
height: 100%;
|
|
572
581
|
display: flex;
|
|
573
582
|
align-items: center;
|
|
574
583
|
justify-content: center;
|
|
@@ -452,6 +452,7 @@ tbody {
|
|
|
452
452
|
.add-new-product-container {
|
|
453
453
|
border: 1px solid #d6d5d4;
|
|
454
454
|
background-color: #fafafa;
|
|
455
|
+
margin-bottom: 1.5rem;
|
|
455
456
|
width: 100%;
|
|
456
457
|
.heading-bar {
|
|
457
458
|
font-weight: 700;
|
|
@@ -1091,6 +1092,11 @@ tbody {
|
|
|
1091
1092
|
.infotext {
|
|
1092
1093
|
width: 12rem !important;
|
|
1093
1094
|
}
|
|
1095
|
+
.digit-field {
|
|
1096
|
+
.digit-radio-options-wrap {
|
|
1097
|
+
flex-direction: column;
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1094
1100
|
}
|
|
1095
1101
|
.app-preview-field-pair.app-preview-selected {
|
|
1096
1102
|
.digit-header-content .label {
|
|
@@ -1259,7 +1265,7 @@ tbody {
|
|
|
1259
1265
|
}
|
|
1260
1266
|
}
|
|
1261
1267
|
|
|
1262
|
-
.info-text{
|
|
1268
|
+
.info-text {
|
|
1263
1269
|
color: theme(digitv2.lightTheme.text-color-secondary);
|
|
1264
1270
|
}
|
|
1265
1271
|
|