@egovernments/digit-ui-health-css 1.0.21 → 1.0.23

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": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -1527,6 +1527,23 @@
1527
1527
  }
1528
1528
  }
1529
1529
 
1530
+ .text-template {
1531
+ font-size: 0.875rem;
1532
+ color: #333;
1533
+
1534
+ &--title {
1535
+ color: #0B4B66;
1536
+ font-size: 1rem;
1537
+ font-weight: var(--digitv2-fontWeight-bold);
1538
+ }
1539
+
1540
+ &--description {
1541
+ font-size: var(--digitv2-fontSize-body-xs-desktop);
1542
+ color: #505A5F;
1543
+ font-weight: var(--digitv2-fontWeight-bold);
1544
+ }
1545
+ }
1546
+
1530
1547
  .digit-popup-icon-header-container{
1531
1548
  display: flex;
1532
1549
  align-items: center;
@@ -362,6 +362,10 @@
362
362
  background-color: #C84C0E08;
363
363
  }
364
364
 
365
+ &.menuCardIconTemplate{
366
+ width: fit-content;
367
+ }
368
+
365
369
  .app-config-summary-card-fieldpair{
366
370
  .digit-viewcard-label{
367
371
  width: 100% !important;
@@ -1265,7 +1269,7 @@
1265
1269
  .select-hierarchy-campaign-selection-cards-wrap {
1266
1270
  display: grid;
1267
1271
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
1268
- gap: 1rem;
1272
+ gap: 1.5rem;
1269
1273
 
1270
1274
  .select-hierarchy-campaign-selection-card {
1271
1275
  border-radius: 16px;
@@ -1549,4 +1553,18 @@
1549
1553
  padding: 0px !important;
1550
1554
  display: none;
1551
1555
  }
1556
+ }
1557
+
1558
+ .setup-campaign {
1559
+ .digit-field {
1560
+ &.select-hierarchy-search-bar-field {
1561
+ margin-bottom: 1rem !important;
1562
+ }
1563
+ }
1564
+ }
1565
+
1566
+ .select-hierarchy-search-bar {
1567
+ .digit-cursor-pointer {
1568
+ right: 8px !important;
1569
+ }
1552
1570
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  .customTable {
9
9
  .rdt_TableRow:hover {
10
- background-color: #fbeee8 !important;
10
+ background-color: #FBEEE8 !important;
11
11
  }
12
12
 
13
13
  .rdt_TableRow > .rdt_TableCell:first-of-type {
@@ -21,7 +21,7 @@
21
21
  position: sticky;
22
22
  z-index: 10;
23
23
  left: 0rem;
24
- background-color: #fbeee8;
24
+ background-color: #FBEEE8;
25
25
  }
26
26
 
27
27
  .rdt_TableHeadRow > .rdt_TableCol:first-of-type {
@@ -43,7 +43,7 @@
43
43
  position: sticky;
44
44
  z-index: 10;
45
45
  left: 6.25rem;
46
- background-color: #fbeee8;
46
+ background-color: #FBEEE8;
47
47
  }
48
48
 
49
49
  .rdt_TableHeadRow > .rdt_TableCol:nth-of-type(2) {
@@ -659,7 +659,7 @@
659
659
  justify-content: center;
660
660
 
661
661
  &.increase {
662
- color: #00703c;
662
+ color: #00703C;
663
663
  }
664
664
 
665
665
  &.decrease {
@@ -766,7 +766,7 @@
766
766
  }
767
767
 
768
768
  .digit-dss-options-header-text {
769
- color: var(--digitv2-lightTheme-text-color-primary);
769
+ color: #0b4b66 !important;
770
770
  font-family: var(--digitv2-fontFamily-rc);
771
771
  font-style: var(--digitv2-fontStyle-normal);
772
772
  font-weight: var(--digitv2-fontWeight-bold);
@@ -937,6 +937,11 @@
937
937
  overflow: visible;
938
938
  width: unset;
939
939
  max-width: unset;
940
+
941
+ .rdrDateRangePickerWrapper {
942
+ position: absolute !important;
943
+ z-index: 100;
944
+ }
940
945
  }
941
946
  }
942
947
 
@@ -974,6 +979,21 @@
974
979
  margin-bottom: 1.5rem;
975
980
  display: flex;
976
981
  gap: 2rem;
982
+
983
+ width: 80%;
984
+
985
+ &.progressBar {
986
+ padding: 0.5rem;
987
+ overflow: hidden;
988
+ }
989
+ }
990
+
991
+ .digit-dss-switch-tabs-progressbar-wrapper {
992
+ display: flex;
993
+ max-width: 100%;
994
+ gap: 2rem;
995
+ width: 100%;
996
+ overflow: hidden;
977
997
  }
978
998
 
979
999
  .digit-dss-switch-tab-wrapper::-webkit-scrollbar {
@@ -1002,7 +1022,7 @@
1002
1022
  flex-direction: row;
1003
1023
  height: 4.5rem;
1004
1024
  align-items: center;
1005
- max-width: 80%;
1025
+ max-width: 100%;
1006
1026
  overflow: auto;
1007
1027
  }
1008
1028
 
@@ -1055,15 +1075,15 @@
1055
1075
  display: flex;
1056
1076
  align-items: center;
1057
1077
  gap: 1rem;
1058
- justify-content: flex-end;
1059
- width: 20%;
1060
- margin-right: 2rem;
1078
+ justify-content: flex-start;
1079
+ width: 100%;
1080
+ margin-right: 0rem;
1061
1081
  }
1062
1082
 
1063
1083
  .digit-containerDiv-progress {
1064
1084
  background-color: var(--digitv2-lightTheme-divider);
1065
1085
  border-radius: 1.5rem;
1066
- width: 80rem;
1086
+ flex: 1;
1067
1087
  height: 0.5rem;
1068
1088
  }
1069
1089
 
@@ -1203,6 +1223,7 @@
1203
1223
  padding: 2rem;
1204
1224
  gap: 1rem;
1205
1225
  max-width: 30%;
1226
+ border-radius: 0.75rem;
1206
1227
  }
1207
1228
 
1208
1229
  .digit-banner-cell {
@@ -1397,6 +1418,102 @@
1397
1418
  }
1398
1419
  }
1399
1420
 
1421
+ .digit-reports-list__heading {
1422
+ font-family: "Roboto Condensed";
1423
+ font-weight: 700;
1424
+ font-size: 2.5rem;
1425
+ color: #0b4b66 !important;
1426
+ }
1427
+
1428
+ .digit-button-primary,
1429
+ .digit-button-secondary,
1430
+ .digit-button-teritiary,
1431
+ .digit-button-default {
1432
+ &.large {
1433
+ border-radius: 0.5rem;
1434
+ }
1435
+
1436
+ &.medium,
1437
+ &.small {
1438
+ border-radius: 0.375rem;
1439
+ }
1440
+ }
1441
+
1442
+ .digit-submit-bar,
1443
+ .digit-selector-button-primary {
1444
+ border-radius: 0.375rem;
1445
+ }
1446
+
1447
+ .digit-reports-list {
1448
+ &__cards_main {
1449
+ border-radius: 0.75rem;
1450
+ }
1451
+
1452
+ &__description {
1453
+ margin: 0rem;
1454
+ color: #505a5f;
1455
+ }
1456
+
1457
+ &__cards {
1458
+ display: flex;
1459
+ flex-direction: column;
1460
+ gap: 1.5rem;
1461
+ }
1462
+
1463
+ &__row-card {
1464
+ cursor: pointer;
1465
+ border-radius: 0.75rem;
1466
+
1467
+ &:hover {
1468
+ background-color: #fbeee8;
1469
+ }
1470
+ }
1471
+
1472
+ &__row {
1473
+ display: flex;
1474
+ align-items: center;
1475
+ gap: 1rem;
1476
+ }
1477
+
1478
+ &__row-icon {
1479
+ flex-shrink: 0;
1480
+ width: 2.5rem;
1481
+ height: 2.5rem;
1482
+ display: flex;
1483
+ align-items: center;
1484
+ justify-content: center;
1485
+ background-color: #fbeee8;
1486
+ border-radius: 4px;
1487
+ }
1488
+
1489
+ &__row-content {
1490
+ flex: 1;
1491
+ gap: 0.5rem;
1492
+ display: flex;
1493
+ flex-direction: column;
1494
+ }
1495
+
1496
+ &__row-title {
1497
+ font-family: var(--digitv2-fontFamily-sans);
1498
+ font-weight: var(--digitv2-fontWeight-bold);
1499
+ font-size: var(--digitv2-fontSize-body-s-desktop);
1500
+ color: var(--digitv2-lightTheme-primary-2);
1501
+ }
1502
+
1503
+ &__row-desc {
1504
+ font-family: var(--digitv2-fontFamily-sans);
1505
+ font-size: var(--digitv2-fontSize-caption-desktop);
1506
+ color: var(--digitv2-lightTheme-text-color-secondary);
1507
+ margin-top: 0.125rem;
1508
+ }
1509
+
1510
+ &__row-chevron {
1511
+ flex-shrink: 0;
1512
+ display: flex;
1513
+ align-items: center;
1514
+ }
1515
+ }
1516
+
1400
1517
  .app-iframe-wrapper.digit-dss-kibana-iframe-wrapper {
1401
1518
  left: unset !important;
1402
1519
  top: unset !important;
@@ -1409,3 +1526,244 @@
1409
1526
  height: 37.5rem !important;
1410
1527
  width: 100% !important;
1411
1528
  }
1529
+
1530
+ .digit-report-detail {
1531
+ &__files-list {
1532
+ display: flex;
1533
+ flex-direction: column;
1534
+
1535
+ .digit-report-detail__file-card {
1536
+ border-bottom: none;
1537
+
1538
+ &:last-child {
1539
+ border-bottom: 0.063rem solid var(--digitv2-lightTheme-divider);
1540
+ }
1541
+ }
1542
+ }
1543
+
1544
+ &__custom-btn {
1545
+ margin-left: auto;
1546
+ }
1547
+
1548
+ &__card {
1549
+ border-radius: 0.75rem;
1550
+ }
1551
+
1552
+ &__popup {
1553
+ border-radius: 12px !important;
1554
+ max-width: 48% !important;
1555
+ .digit-popup-heading {
1556
+ color: #0b4b66;
1557
+ }
1558
+ .digit-popup-children-wrap {
1559
+ overflow: visible !important;
1560
+ }
1561
+ }
1562
+
1563
+ &__file-card {
1564
+ padding: 0.75rem;
1565
+ border-radius: 0.5rem;
1566
+ }
1567
+
1568
+ &__file-row {
1569
+ display: flex;
1570
+ align-items: center;
1571
+ justify-content: space-between;
1572
+ padding: 0rem;
1573
+ }
1574
+
1575
+ &__file-info {
1576
+ display: flex;
1577
+ flex-direction: column;
1578
+ gap: 0.25rem;
1579
+ }
1580
+
1581
+ &__file-date {
1582
+ font-weight: 500;
1583
+ color: var(--digitv2-lightTheme-text-color-primary);
1584
+ }
1585
+
1586
+ &__file-actions {
1587
+ display: flex;
1588
+ align-items: center;
1589
+ gap: 1rem;
1590
+
1591
+ .digit-checkbox-container {
1592
+ margin: 0rem;
1593
+ }
1594
+ }
1595
+
1596
+ &__custom-popup-field {
1597
+ display: flex;
1598
+ flex-direction: column;
1599
+ gap: 0.5rem;
1600
+ margin-bottom: 1rem;
1601
+
1602
+ label {
1603
+ font-weight: 500;
1604
+ }
1605
+ }
1606
+ }
1607
+
1608
+ .digit-report-details-accordion {
1609
+ border-radius: 0.75rem;
1610
+ }
1611
+
1612
+ .digit-report-detail {
1613
+ &__header-wrap {
1614
+ display: flex;
1615
+ gap: 1rem;
1616
+ align-items: flex-start;
1617
+ }
1618
+
1619
+ &__header-svg {
1620
+ width: 2.5rem;
1621
+ height: 2.5rem;
1622
+ flex-shrink: 0;
1623
+ }
1624
+
1625
+ &__header {
1626
+ margin: 0rem;
1627
+ display: flex;
1628
+ flex-direction: column;
1629
+ gap: 0.5rem;
1630
+ align-items: flex-start;
1631
+ }
1632
+
1633
+ &__header-with-tag {
1634
+ display: flex;
1635
+ gap: 0.5rem;
1636
+ align-items: center;
1637
+
1638
+ .digit-tag-wrapper {
1639
+ height: fit-content;
1640
+ }
1641
+ }
1642
+
1643
+ &__header-with-tag-header {
1644
+ font-family: "Roboto Condensed";
1645
+ font-weight: 700;
1646
+ font-size: 2.5rem;
1647
+ color: #0b4b66 !important;
1648
+ }
1649
+
1650
+ &__subtitle {
1651
+ margin: 0rem;
1652
+ }
1653
+ }
1654
+
1655
+ .digit-dss-options-header-boundary{
1656
+ line-height: normal;
1657
+ color: #0b4b66 !important;
1658
+ }
1659
+
1660
+ .view-more-popup-user-activity {
1661
+ .digit-popup-heading {
1662
+ color: #0b4b66;
1663
+ }
1664
+ }
1665
+
1666
+ .digit-user-tracking-boundary-filter {
1667
+ .digit-tag-container {
1668
+ .digit-button-link {
1669
+ h2 {
1670
+ @media (max-aspect-ratio: 9/16) {
1671
+ font-size: 0.875rem;
1672
+ }
1673
+
1674
+ @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
1675
+ font-size: 1rem;
1676
+ }
1677
+
1678
+ @media (min-aspect-ratio: 3/4) {
1679
+ font-size: 1rem;
1680
+ }
1681
+ }
1682
+ }
1683
+ }
1684
+ }
1685
+
1686
+ .digit-employeeCard-input,
1687
+ .digit-citizenCard-input,
1688
+ .digit-employeeCard-inputError,
1689
+ .digit-card-inputError {
1690
+ &.custom-date-range {
1691
+ border-radius: 0.375rem;
1692
+ }
1693
+ }
1694
+
1695
+ @media (min-width: 48rem) {
1696
+ .digit-popup-overlay {
1697
+ .digit-popup-wrapper {
1698
+ &.digit-report-detail__popup {
1699
+ max-width: 48%;
1700
+ }
1701
+ }
1702
+ }
1703
+ }
1704
+
1705
+ /* User Activity Tracking */
1706
+ .user-tracking-inbox-table-wrapper {
1707
+ .user-tracking-inbox-table {
1708
+ .rdt_TableBody {
1709
+ border: none !important;
1710
+ border-bottom: 0.063rem solid var(--digitv2-lightTheme-divider) !important;
1711
+ }
1712
+
1713
+ overflow-x: auto !important;
1714
+ overflow-y: auto !important;
1715
+ }
1716
+
1717
+ .rdt_Pagination {
1718
+ margin-top: 0rem;
1719
+ width: 100%;
1720
+ }
1721
+
1722
+ .rdt_TableRow {
1723
+ .rdt_TableCell {
1724
+ align-items: flex-start;
1725
+
1726
+ .digit-tag-wrapper {
1727
+ word-break: normal;
1728
+ overflow-wrap: anywhere;
1729
+
1730
+ .digit-tag-text {
1731
+ word-break: normal;
1732
+ overflow-wrap: anywhere;
1733
+ }
1734
+ }
1735
+ }
1736
+ }
1737
+ }
1738
+
1739
+ .digit-dss-user-tracking-header-text {
1740
+ font-size: 2.25rem;
1741
+ margin-bottom: 1.5rem !important;
1742
+ color: #0b4b66;
1743
+ }
1744
+
1745
+ .user-profile-popup-tag {
1746
+ border-radius: 0.75rem;
1747
+ }
1748
+
1749
+ .user-profile-popup {
1750
+ .digit-popup-heading {
1751
+ color: #0b4b66;
1752
+ }
1753
+ }
1754
+
1755
+ .digit-user-tracking-boundary-filter{
1756
+ .digit-multiselectdropdown-wrap{
1757
+ margin: 0rem;
1758
+ }
1759
+
1760
+ .digit-tag-container{
1761
+ margin-bottom: 0rem;
1762
+ }
1763
+ }
1764
+
1765
+ .digit-date-range-label-field{
1766
+ svg{
1767
+ outline: none !important;
1768
+ }
1769
+ }