@egovernments/digit-ui-health-css 0.3.30 → 0.3.31

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.3.30
2
+ * @egovernments/digit-ui-health-css - 0.3.31
3
3
  *
4
4
  * Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -4056,6 +4056,41 @@ header {
4056
4056
  -webkit-animation: slideInFromBottom .5s ease forwards;
4057
4057
  animation: slideInFromBottom .5s ease forwards; }
4058
4058
 
4059
+ .bill-details-table .rdt_Table input[type=checkbox], .manage-bills-table .rdt_Table input[type=checkbox] {
4060
+ cursor: pointer; }
4061
+
4062
+ .bill-details-table .rdt_Table input[type=checkbox]:checked, .manage-bills-table .rdt_Table input[type=checkbox]:checked {
4063
+ -moz-appearance: none !important;
4064
+ appearance: none !important;
4065
+ -webkit-appearance: none !important;
4066
+ width: 1rem;
4067
+ height: 1rem;
4068
+ border: 0.125rem solid #c84c0e !important;
4069
+ border-radius: .125rem;
4070
+ background: #fff !important;
4071
+ display: grid;
4072
+ -ms-flex-line-pack: center;
4073
+ align-content: center;
4074
+ -webkit-box-pack: center;
4075
+ -ms-flex-pack: center;
4076
+ justify-content: center;
4077
+ place-content: center; }
4078
+
4079
+ .bill-details-table .rdt_Table input[type=checkbox]:checked:after, .manage-bills-table .rdt_Table input[type=checkbox]:checked:after {
4080
+ content: "";
4081
+ width: .3rem;
4082
+ height: .55rem;
4083
+ border: solid #c84c0e;
4084
+ border-width: 0 .125rem .125rem 0;
4085
+ -webkit-transform: rotate(45deg) scale(1);
4086
+ transform: rotate(45deg) scale(1);
4087
+ -webkit-transform-origin: center;
4088
+ transform-origin: center;
4089
+ margin-top: -.05rem; }
4090
+
4091
+ .worker-details-popup .digit-popup-heading {
4092
+ color: #0b4b66; }
4093
+
4059
4094
  .horizontal-nav {
4060
4095
  background-color: initial !important; }
4061
4096