@egovernments/digit-ui-health-css 0.3.18 → 0.3.20
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 +32 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +29 -1
package/package.json
CHANGED
|
@@ -1369,4 +1369,32 @@ tbody {
|
|
|
1369
1369
|
.digit-card-section-header {
|
|
1370
1370
|
margin-bottom: 1.5rem;
|
|
1371
1371
|
}
|
|
1372
|
-
}
|
|
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
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.selector-button-border{
|
|
1387
|
+
display: flex;
|
|
1388
|
+
align-items: center;
|
|
1389
|
+
justify-content: center;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.tag-container .tag .text {
|
|
1393
|
+
cursor: default;
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.pgr-inbox-wrapper .digit-inbox-search-links-header {
|
|
1398
|
+
position: relative;
|
|
1399
|
+
right: 2.3rem;
|
|
1400
|
+
}
|