@egovernments/digit-ui-health-css 0.3.6 → 0.3.7
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.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.7
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -3951,8 +3951,10 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
|
|
|
3951
3951
|
-ms-flex-direction: row !important;
|
|
3952
3952
|
flex-direction: row !important; }
|
|
3953
3953
|
|
|
3954
|
-
.add-resource-wrapper
|
|
3955
|
-
|
|
3954
|
+
.add-resource-wrapper {
|
|
3955
|
+
margin-bottom: 5rem; }
|
|
3956
|
+
.add-resource-wrapper .link {
|
|
3957
|
+
color: #c84c0e; }
|
|
3956
3958
|
|
|
3957
3959
|
.digit-toast-success {
|
|
3958
3960
|
margin-bottom: -1.25rem; }
|
|
@@ -4109,6 +4111,13 @@ header {
|
|
|
4109
4111
|
.digit-landing-page-card {
|
|
4110
4112
|
border-radius: .25rem; }
|
|
4111
4113
|
|
|
4114
|
+
.campaign-product-wrapper .digit-popup-footer {
|
|
4115
|
+
background-color: #fff;
|
|
4116
|
+
position: absolute;
|
|
4117
|
+
width: 100%;
|
|
4118
|
+
bottom: 0;
|
|
4119
|
+
z-index: 9; }
|
|
4120
|
+
|
|
4112
4121
|
.camp-drawer-caption {
|
|
4113
4122
|
font-size: 1rem !important;
|
|
4114
4123
|
font-weight: 400 !important;
|
|
@@ -5323,6 +5332,11 @@ header {
|
|
|
5323
5332
|
-webkit-transform: translate(-50%, -50%);
|
|
5324
5333
|
transform: translate(-50%, -50%); }
|
|
5325
5334
|
|
|
5335
|
+
.deliveries-pop-module {
|
|
5336
|
+
max-width: -webkit-fit-content;
|
|
5337
|
+
max-width: -moz-fit-content;
|
|
5338
|
+
max-width: fit-content; }
|
|
5339
|
+
|
|
5326
5340
|
.formula-label-field {
|
|
5327
5341
|
display: -webkit-box;
|
|
5328
5342
|
display: -ms-flexbox;
|