@egovernments/digit-ui-health-css 0.2.133 → 0.2.134

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.133",
3
+ "version": "0.2.134",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -198,6 +198,7 @@
198
198
  border-bottom: 4px solid theme(digitv2.lightTheme.primary);
199
199
  box-sizing: border-box;
200
200
  font-size: 1.5rem;
201
+ cursor: default;
201
202
  }
202
203
  :focus {
203
204
  outline: none;
@@ -222,6 +223,7 @@
222
223
  font-family: "Roboto";
223
224
  font-weight: 700;
224
225
  font-size: 1rem;
226
+ cursor: default;
225
227
  }
226
228
  }
227
229
  .tab-content-header {
@@ -113,6 +113,16 @@ header {
113
113
  }
114
114
  }
115
115
 
116
+ .card-container-delivery{
117
+ .additional-elements-column{
118
+ .icon-label-container{
119
+ .digit-button-label{
120
+ margin-top: 0.125rem;
121
+ }
122
+ }
123
+ }
124
+ }
125
+
116
126
  /*.digit-popup-wrap {
117
127
  background: rgba(0, 0, 0, 0.7);
118
128
  @apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
@@ -406,44 +406,52 @@
406
406
  width: fit-content;
407
407
  align-items: center;
408
408
  gap: 0.5rem;
409
+ width: 24rem;
410
+ max-width: 100%;
411
+
412
+ svg {
413
+ flex-shrink: 0;
414
+ }
415
+
416
+ @media (max-width: 64rem) {
417
+ width: 20rem;
418
+ }
419
+
420
+ @media (max-width: 48rem) {
421
+ width: 100%;
422
+ }
409
423
 
410
424
  .digit-field {
411
- @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
412
- /* Media query for tablets */
413
- max-width: 27.5rem;
414
- }
425
+ width: 24rem;
426
+ max-width: 100%;
415
427
 
416
- @media (max-aspect-ratio: 9/16) {
417
- /* Media query for mobile */
418
- max-width: 100%;
419
- width: 100%;
428
+ @media (max-width: 64rem) {
429
+ width: 20rem;
420
430
  }
421
431
 
422
- @media (min-aspect-ratio: 3/4) {
423
- /* Media query for desktop */
424
- width: 37.5rem;
432
+ @media (max-width: 48rem) {
433
+ width: 100%;
425
434
  }
426
435
  }
427
436
 
428
437
  /*.digit-text-input-field {
429
- height: 2rem !important;
430
-
431
- .input-container {
432
438
  height: 2rem !important;
433
-
434
- .digit-employeeCard-input {
439
+
440
+ .input-container {
435
441
  height: 2rem !important;
442
+
443
+ .digit-employeeCard-input {
444
+ height: 2rem !important;
445
+ }
446
+
447
+ .digit-text-input-customIcon {
448
+ top: 0.25rem;
449
+ right: 0.5rem;
450
+ }
436
451
  }
437
-
438
- .digit-text-input-customIcon {
439
- top: 0.25rem;
440
- right: 0.5rem;
441
- }
442
- }
443
- }*/
452
+ }*/
444
453
  }
445
454
  }
446
-
447
455
  .custom-table.digit-side-content {
448
456
  width: auto;
449
457
  }
@@ -569,6 +577,7 @@
569
577
  .digit-loader-new {
570
578
  &.digit-center-loader {
571
579
  width: 100%;
580
+ height: 100%;
572
581
  display: flex;
573
582
  align-items: center;
574
583
  justify-content: center;
@@ -452,6 +452,7 @@ tbody {
452
452
  .add-new-product-container {
453
453
  border: 1px solid #d6d5d4;
454
454
  background-color: #fafafa;
455
+ margin-bottom: 1.5rem;
455
456
  width: 100%;
456
457
  .heading-bar {
457
458
  font-weight: 700;