@egovernments/digit-ui-health-css 0.2.108 → 0.2.110

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.2.108",
3
+ "version": "0.2.110",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -328,11 +328,6 @@
328
328
  box-shadow: none;
329
329
  border-style: none;
330
330
  padding: 1rem;
331
- &::-webkit-scrollbar-button {
332
- display: none !important;
333
- height: 0 !important;
334
- width: 0 !important;
335
- }
336
331
  }
337
332
  .mobile-bezel-outerWrapper {
338
333
  transform: scale(0.8);
@@ -342,7 +337,7 @@
342
337
  .app-config-tag-page-fixed {
343
338
  position: fixed;
344
339
  top: 15rem;
345
- left: 69rem;
340
+ left: 67rem;
346
341
  color: theme(digitv2.lightTheme.primary-2);
347
342
  font-family: theme(digitv2.fontFamily.rc);
348
343
  font-weight: 700;
@@ -621,7 +616,7 @@
621
616
  }
622
617
  .date-container-popUp {
623
618
  margin-top: 0.8rem;
624
- margin-right: 1rem;
619
+ margin-right: 0rem;
625
620
  font-weight: bold;
626
621
  text-wrap: nowrap;
627
622
  }
@@ -634,7 +629,7 @@
634
629
  }
635
630
  .end-date-container-popUp {
636
631
  margin-top: 0.8rem;
637
- margin-right: 1.5rem;
632
+ margin-right: 1rem;
638
633
  font-weight: bold;
639
634
  text-wrap: nowrap;
640
635
  }
@@ -765,12 +760,17 @@
765
760
  margin-left: unquote("min(10%, 12rem)");
766
761
  gap: 2rem;
767
762
  width: fit-content;
763
+ align-items: flex-end;
768
764
  }
769
765
  .feature-container {
770
766
  display: flex;
771
767
  }
772
768
  .app-config {
773
769
  width: auto;
770
+ margin-top: 1rem;
771
+ .toggle-option-container {
772
+ height: 7.5rem;
773
+ }
774
774
  }
775
775
  .progress-popup {
776
776
  .digit-popup-close {
@@ -133,7 +133,8 @@
133
133
  position: fixed;
134
134
  bottom: 0;
135
135
  right: 0;
136
- width: calc(100vw - 4rem);
136
+ left: 0;
137
+ width: 100%;
137
138
  border-radius:1rem 1rem 0rem 0rem;
138
139
  background: #ffffff;
139
140
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
@@ -232,7 +232,6 @@
232
232
  .card-header-delivery{
233
233
  display: flex;
234
234
  justify-content: space-between;
235
- margin-top: 1.5rem !important;
236
235
  }
237
236
 
238
237
  .deliveryType-labelfield{
@@ -241,6 +240,7 @@
241
240
 
242
241
  .delivery-rule-container {
243
242
  margin-top: 1.5rem;
243
+ margin-bottom: 1.5rem;
244
244
  .digit-card-header {
245
245
  .title {
246
246
  margin: 0 !important;
@@ -917,7 +917,7 @@ tbody {
917
917
  .configure-app-tabs {
918
918
  .configure-app-tab-head {
919
919
  border: 1px solid #d6d5d4;
920
- border-radius: 0.25rem;
920
+ border-radius: 0px;
921
921
  padding: 0.5rem 1rem;
922
922
  min-width: 2.5rem;
923
923
  height: 2rem;
@@ -942,6 +942,7 @@ tbody {
942
942
  height: 3rem;
943
943
  width: 10rem;
944
944
  min-width: 10rem;
945
+ margin-bottom: 5rem;
945
946
  }
946
947
  .app-configuration-side-panel {
947
948
  width: 24rem;
@@ -987,6 +988,14 @@ tbody {
987
988
  color: #0b4b66;
988
989
  font-size: 0.75rem;
989
990
  font-weight: 400;
991
+ height: 1.5rem;
992
+ .digit-tag-text {
993
+ font-size: 0.75rem;
994
+ font-weight: 400;
995
+ }
996
+ .digit-tag-wrapper {
997
+ border-radius: 0.5rem;
998
+ }
990
999
  }
991
1000
  .app-configure-drawer-footer-button {
992
1001
  margin: auto;
@@ -1089,7 +1098,7 @@ tbody {
1089
1098
  }
1090
1099
  }
1091
1100
  .app-preview-field-pair.app-preview-selected {
1092
- background-color: #c84c0e33;
1101
+ background-color: #c84c0e1a;
1093
1102
  border: 2px solid #c84c0e;
1094
1103
  border-radius: 1rem;
1095
1104
  .digit-field {
@@ -1148,11 +1157,13 @@ tbody {
1148
1157
  font-style: normal;
1149
1158
  color: theme(digitv2.lightTheme.primary-2);
1150
1159
  display: flex;
1151
- align-items: baseline;
1160
+ align-items: center;
1152
1161
  }
1153
1162
 
1154
1163
  .icon-wrapper.app-config-tooltip {
1155
- margin-bottom: 0.5rem;
1164
+ margin-bottom: 0;
1165
+ height: 2rem;
1166
+ display: contents;
1156
1167
  .tooltip-wrapper {
1157
1168
  .tooltip-content {
1158
1169
  width: max-content !important;
@@ -1178,3 +1189,38 @@ tbody {
1178
1189
  border-radius: 50%;
1179
1190
  display: block;
1180
1191
  }
1192
+ .mobile-bezel-screen {
1193
+ scrollbar-width: none;
1194
+ scrollbar-color: #d6d5d4 transparent;
1195
+
1196
+ overflow-y: auto;
1197
+
1198
+ &::-webkit-scrollbar {
1199
+ width: 0px;
1200
+ background: transparent;
1201
+ }
1202
+
1203
+ &::-webkit-scrollbar-thumb {
1204
+ background-color: transparent;
1205
+ transition: background-color 0.3s ease;
1206
+ }
1207
+
1208
+ &::-webkit-scrollbar-track {
1209
+ background: transparent;
1210
+ }
1211
+
1212
+ &::-webkit-scrollbar-button {
1213
+ display: none !important;
1214
+ height: 0 !important;
1215
+ width: 0 !important;
1216
+ }
1217
+
1218
+ &.scrolling {
1219
+ scrollbar-width: thin;
1220
+ scrollbar-color: #d6d5d4 transparent;
1221
+ transition: scrollbar-color 0.3s ease;
1222
+ &::-webkit-scrollbar-thumb {
1223
+ background-color: #d6d5d4;
1224
+ }
1225
+ }
1226
+ }