@egovernments/digit-ui-health-css 0.3.19 → 0.3.21

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.19",
3
+ "version": "0.3.21",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -1341,6 +1341,30 @@ tbody {
1341
1341
  .digit-date-range-label-field {
1342
1342
  gap: 0.25rem !important;
1343
1343
  }
1344
+
1345
+ .digit-employee-select-wrap {
1346
+ margin-bottom: 0;
1347
+ }
1348
+
1349
+ .digit-checkbox-container {
1350
+ margin-bottom: 0rem;
1351
+ }
1352
+
1353
+ .rdrCalendarWrapper.rdrDateRangeWrapper.pickerShadow {
1354
+ position: absolute;
1355
+ z-index: 999;
1356
+ }
1357
+
1358
+ .digit-label-field-pair{
1359
+ &.digit-inbox-search-composer-label-pair{
1360
+ &.vertical{
1361
+ .filter-label{
1362
+ display: none ;;
1363
+ }
1364
+ }
1365
+ }
1366
+
1367
+ }
1344
1368
  }
1345
1369
 
1346
1370
  /* Boundary dropdown container - increased row gap between dropdowns */
@@ -1382,4 +1406,19 @@ tbody {
1382
1406
  margin-top: 0.5rem;
1383
1407
  margin-bottom: 0;
1384
1408
  }
1385
- }
1409
+
1410
+ .selector-button-border{
1411
+ display: flex;
1412
+ align-items: center;
1413
+ justify-content: center;
1414
+ }
1415
+
1416
+ .tag-container .tag .text {
1417
+ cursor: default;
1418
+ }
1419
+ }
1420
+
1421
+ .pgr-inbox-wrapper .digit-inbox-search-links-header {
1422
+ position: relative;
1423
+ right: 2.3rem;
1424
+ }