@egovernments/digit-ui-health-css 0.3.17 → 0.3.19
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 +20 -5
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +16 -3
package/package.json
CHANGED
|
@@ -1338,8 +1338,8 @@ tbody {
|
|
|
1338
1338
|
|
|
1339
1339
|
/* Custom styling for PGR Inbox date range field - targets the 3rd search field */
|
|
1340
1340
|
.pgr-inbox-wrapper {
|
|
1341
|
-
.
|
|
1342
|
-
|
|
1341
|
+
.digit-date-range-label-field {
|
|
1342
|
+
gap: 0.25rem !important;
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
@@ -1363,10 +1363,23 @@ tbody {
|
|
|
1363
1363
|
.custom-form-complaints {
|
|
1364
1364
|
.digit-card-section-header:not(:first-of-type) {
|
|
1365
1365
|
border-top: 0.2rem solid #D6D5D5;
|
|
1366
|
-
padding-top:
|
|
1366
|
+
padding-top: 2rem;
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
1369
|
.digit-card-section-header {
|
|
1370
1370
|
margin-bottom: 1.5rem;
|
|
1371
1371
|
}
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
/* Add row-gap between Upload and Download button in PGR workflow modal */
|
|
1375
|
+
.pgr-upload-file-wrapper {
|
|
1376
|
+
display: flex;
|
|
1377
|
+
flex-direction: column;
|
|
1378
|
+
row-gap: 0.75rem;
|
|
1379
|
+
|
|
1380
|
+
.pgr-upload-error {
|
|
1381
|
+
color: #d4351c;
|
|
1382
|
+
margin-top: 0.5rem;
|
|
1383
|
+
margin-bottom: 0;
|
|
1384
|
+
}
|
|
1372
1385
|
}
|