@egovernments/digit-ui-health-css 0.2.50 → 0.3.1
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 +47 -96
- package/dist/index.min.css +2 -2
- package/package.json +2 -2
- package/src/pages/employee/index.scss +2 -2
- package/src/pages/employee/mapview.scss +0 -32
- package/src/pages/employee/payment.scss +35 -44
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -3481,21 +3481,21 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
|
|
|
3481
3481
|
.typography.heading-m, .kpi-card p, .microplan-deatils-view-card .digit-view-card-header, .map-filter-by-boundary .map-filter-boundary-selection .map-header-section .map-header-section-header, .custom-inbox-filter-heading, .inbox-header-text, .card-heading-title, .security-question-label, .summary-sub-heading {
|
|
3482
3482
|
font-size: 1.5rem; } }
|
|
3483
3483
|
|
|
3484
|
-
.typography.heading-m, .kpi-card p, .microplan-deatils-view-card .digit-view-card-header, .map-filter-by-boundary .map-filter-boundary-selection .map-header-section .map-header-section-header, .custom-inbox-filter-heading, .inbox-header-text, .card-heading-title, .security-question-label, .summary-sub-heading, .typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .
|
|
3484
|
+
.typography.heading-m, .kpi-card p, .microplan-deatils-view-card .digit-view-card-header, .map-filter-by-boundary .map-filter-boundary-selection .map-header-section .map-header-section-header, .custom-inbox-filter-heading, .inbox-header-text, .card-heading-title, .security-question-label, .summary-sub-heading, .typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .label-heading, .edit-label, .summary-sub-heading.subBoundary, .boundary-header {
|
|
3485
3485
|
font-family: Roboto;
|
|
3486
3486
|
font-style: normal;
|
|
3487
3487
|
font-weight: 700; }
|
|
3488
3488
|
|
|
3489
3489
|
@media (max-width: 30rem) {
|
|
3490
|
-
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .
|
|
3490
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .label-heading, .edit-label, .summary-sub-heading.subBoundary, .boundary-header {
|
|
3491
3491
|
font-size: 1rem; } }
|
|
3492
3492
|
|
|
3493
3493
|
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
3494
|
-
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .
|
|
3494
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .label-heading, .edit-label, .summary-sub-heading.subBoundary, .boundary-header {
|
|
3495
3495
|
font-size: 1rem; } }
|
|
3496
3496
|
|
|
3497
3497
|
@media (min-width: 48rem) {
|
|
3498
|
-
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .
|
|
3498
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .formula-label-field > span, .map-container-main .base-map-selector .icon-first .map-filter-layers, .map-container-main .choropleth-section .icon-rest p, .map-container-main .filter-section .icon-rest p, .label-heading, .edit-label, .summary-sub-heading.subBoundary, .boundary-header {
|
|
3499
3499
|
font-size: 1rem; } }
|
|
3500
3500
|
|
|
3501
3501
|
.typography.heading-xs, .map-container-main .base-map-selector .base-map-area .selected p {
|
|
@@ -3559,21 +3559,21 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
|
|
|
3559
3559
|
.typography.body-l, .label-text {
|
|
3560
3560
|
font-size: 1.25rem; } }
|
|
3561
3561
|
|
|
3562
|
-
.typography.body-l, .label-text, .typography.body-s
|
|
3562
|
+
.typography.body-l, .label-text, .typography.body-s {
|
|
3563
3563
|
font-family: Roboto;
|
|
3564
3564
|
font-style: normal;
|
|
3565
3565
|
font-weight: 400; }
|
|
3566
3566
|
|
|
3567
3567
|
@media (max-width: 30rem) {
|
|
3568
|
-
.typography.body-s
|
|
3568
|
+
.typography.body-s {
|
|
3569
3569
|
font-size: .875rem; } }
|
|
3570
3570
|
|
|
3571
3571
|
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
3572
|
-
.typography.body-s
|
|
3572
|
+
.typography.body-s {
|
|
3573
3573
|
font-size: 1rem; } }
|
|
3574
3574
|
|
|
3575
3575
|
@media (min-width: 48rem) {
|
|
3576
|
-
.typography.body-s
|
|
3576
|
+
.typography.body-s {
|
|
3577
3577
|
font-size: 1rem; } }
|
|
3578
3578
|
|
|
3579
3579
|
@media (max-width: 30rem) {
|
|
@@ -4923,13 +4923,8 @@ header {
|
|
|
4923
4923
|
.map-container-main {
|
|
4924
4924
|
position: relative; }
|
|
4925
4925
|
.map-container-main .top-right-map-subcomponents {
|
|
4926
|
-
top: 1rem;
|
|
4927
|
-
-webkit-box-orient: vertical;
|
|
4928
|
-
-webkit-box-direction: normal;
|
|
4929
|
-
-ms-flex-direction: column;
|
|
4930
|
-
flex-direction: column; }
|
|
4931
|
-
.map-container-main .bottom-right-map-subcomponents, .map-container-main .top-right-map-subcomponents {
|
|
4932
4926
|
position: absolute;
|
|
4927
|
+
top: 1rem;
|
|
4933
4928
|
right: 1rem;
|
|
4934
4929
|
z-index: 550;
|
|
4935
4930
|
grid-gap: 1.5rem;
|
|
@@ -4937,31 +4932,13 @@ header {
|
|
|
4937
4932
|
display: -webkit-box;
|
|
4938
4933
|
display: -ms-flexbox;
|
|
4939
4934
|
display: flex;
|
|
4935
|
+
-webkit-box-orient: vertical;
|
|
4936
|
+
-webkit-box-direction: normal;
|
|
4937
|
+
-ms-flex-direction: column;
|
|
4938
|
+
flex-direction: column;
|
|
4940
4939
|
-webkit-box-align: end !important;
|
|
4941
4940
|
-ms-flex-align: end !important;
|
|
4942
4941
|
align-items: flex-end !important; }
|
|
4943
|
-
.map-container-main .bottom-right-map-subcomponents {
|
|
4944
|
-
top: 80%; }
|
|
4945
|
-
.map-container-main .bottom-right-map-subcomponents .map-view-element-wrapper {
|
|
4946
|
-
width: -webkit-fit-content;
|
|
4947
|
-
width: -moz-fit-content;
|
|
4948
|
-
width: fit-content;
|
|
4949
|
-
grid-gap: .5rem;
|
|
4950
|
-
gap: .5rem;
|
|
4951
|
-
-webkit-box-align: center;
|
|
4952
|
-
-ms-flex-align: center;
|
|
4953
|
-
align-items: center;
|
|
4954
|
-
background-color: #fff;
|
|
4955
|
-
padding: .5rem; }
|
|
4956
|
-
.map-container-main .bottom-right-map-subcomponents .map-view-element-wrapper .map-view-element-label {
|
|
4957
|
-
color: #363636;
|
|
4958
|
-
font-family: Roboto;
|
|
4959
|
-
font-style: normal;
|
|
4960
|
-
font-weight: 400;
|
|
4961
|
-
font-size: .875rem; }
|
|
4962
|
-
.map-container-main .bottom-right-map-subcomponents .map-view-element-wrapper .map-view-element-icon {
|
|
4963
|
-
width: 1.5rem;
|
|
4964
|
-
height: 1.5rem; }
|
|
4965
4942
|
.map-container-main .bottom-left-map-subcomponents {
|
|
4966
4943
|
position: absolute;
|
|
4967
4944
|
bottom: 1.5rem;
|
|
@@ -5253,40 +5230,38 @@ header {
|
|
|
5253
5230
|
.custom-register-inbox-screen .inner-div-row-section {
|
|
5254
5231
|
-webkit-box-orient: horizontal;
|
|
5255
5232
|
-ms-flex-direction: row;
|
|
5256
|
-
flex-direction: row;
|
|
5257
|
-
min-height: 80vh;
|
|
5258
|
-
height: auto;
|
|
5259
|
-
-webkit-box-align: stretch;
|
|
5260
|
-
-ms-flex-align: stretch;
|
|
5261
|
-
align-items: stretch; }
|
|
5233
|
+
flex-direction: row; }
|
|
5262
5234
|
|
|
5263
5235
|
.custom-register-inbox-screen .custom-inbox-filter-section {
|
|
5264
|
-
|
|
5265
|
-
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5236
|
+
width: 30%;
|
|
5237
|
+
display: -webkit-box;
|
|
5238
|
+
display: -ms-flexbox;
|
|
5239
|
+
display: flex;
|
|
5268
5240
|
-webkit-box-orient: vertical;
|
|
5269
5241
|
-webkit-box-direction: normal;
|
|
5270
|
-
flex-direction: column;
|
|
5242
|
+
-ms-flex-direction: column;
|
|
5243
|
+
flex-direction: column;
|
|
5244
|
+
grid-gap: 1.5rem;
|
|
5245
|
+
gap: 1.5rem;
|
|
5246
|
+
height: 80vh; }
|
|
5247
|
+
|
|
5248
|
+
.custom-register-inbox-screen .custom-inbox-inner-filter-section {
|
|
5249
|
+
height: 75vh;
|
|
5250
|
+
overflow-y: auto; }
|
|
5271
5251
|
|
|
5272
|
-
.custom-register-inbox-screen .custom-inbox-filter-section, .custom-register-inbox-screen .custom-inbox-outer-table-section {
|
|
5252
|
+
.custom-register-inbox-screen .custom-inbox-inner-filter-section, .custom-register-inbox-screen .custom-inbox-outer-table-section {
|
|
5253
|
+
width: 100%;
|
|
5273
5254
|
display: -webkit-box;
|
|
5274
5255
|
display: -ms-flexbox;
|
|
5275
5256
|
display: flex;
|
|
5276
|
-
-webkit-box-orient:
|
|
5257
|
+
-webkit-box-orient: horizontal;
|
|
5277
5258
|
-webkit-box-direction: normal;
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
overflow-y: auto; }
|
|
5259
|
+
-ms-flex-direction: row;
|
|
5260
|
+
flex-direction: row; }
|
|
5281
5261
|
|
|
5282
5262
|
.custom-register-inbox-screen .custom-inbox-outer-table-section {
|
|
5283
|
-
-
|
|
5284
|
-
|
|
5285
|
-
flex: 1;
|
|
5286
|
-
-ms-flex-direction: column;
|
|
5287
|
-
-webkit-box-orient: vertical;
|
|
5288
|
-
-webkit-box-direction: normal;
|
|
5289
|
-
flex-direction: column; }
|
|
5263
|
+
grid-gap: 1.5rem;
|
|
5264
|
+
gap: 1.5rem; }
|
|
5290
5265
|
|
|
5291
5266
|
.custom-inbox-outer-table-section .inner-table-section {
|
|
5292
5267
|
width: 100%;
|
|
@@ -5297,17 +5272,14 @@ header {
|
|
|
5297
5272
|
-webkit-box-direction: normal;
|
|
5298
5273
|
-ms-flex-direction: column;
|
|
5299
5274
|
flex-direction: column;
|
|
5300
|
-
|
|
5301
|
-
-
|
|
5302
|
-
flex-grow: 1; }
|
|
5275
|
+
height: 75vh;
|
|
5276
|
+
min-height: 75vh; }
|
|
5303
5277
|
|
|
5304
5278
|
.custom-inbox-outer-table-section .card-overide {
|
|
5305
5279
|
max-width: 100%;
|
|
5306
5280
|
overflow: auto;
|
|
5307
5281
|
margin: 0;
|
|
5308
|
-
|
|
5309
|
-
-ms-flex-positive: 1;
|
|
5310
|
-
flex-grow: 1; }
|
|
5282
|
+
height: 75vh; }
|
|
5311
5283
|
|
|
5312
5284
|
.on-icon-reset-proximity {
|
|
5313
5285
|
border: 1px solid #e0e0e0;
|
|
@@ -5338,11 +5310,7 @@ header {
|
|
|
5338
5310
|
margin-bottom: 2.5rem; }
|
|
5339
5311
|
|
|
5340
5312
|
.left-section {
|
|
5341
|
-
width: 30%;
|
|
5342
|
-
-ms-flex-direction: column;
|
|
5343
|
-
-webkit-box-orient: vertical;
|
|
5344
|
-
-webkit-box-direction: normal;
|
|
5345
|
-
flex-direction: column; }
|
|
5313
|
+
width: 30%; }
|
|
5346
5314
|
|
|
5347
5315
|
.left-section, .right-section {
|
|
5348
5316
|
display: -webkit-box;
|
|
@@ -5350,46 +5318,29 @@ header {
|
|
|
5350
5318
|
display: flex;
|
|
5351
5319
|
-webkit-box-orient: vertical;
|
|
5352
5320
|
-webkit-box-direction: normal;
|
|
5321
|
+
-ms-flex-direction: column;
|
|
5322
|
+
flex-direction: column;
|
|
5353
5323
|
grid-gap: 1.5rem;
|
|
5354
5324
|
gap: 1.5rem; }
|
|
5355
5325
|
|
|
5356
5326
|
.right-section {
|
|
5357
|
-
|
|
5358
|
-
-ms-flex: 1;
|
|
5359
|
-
flex: 1;
|
|
5360
|
-
-ms-flex-direction: column;
|
|
5361
|
-
-webkit-box-orient: vertical;
|
|
5362
|
-
-webkit-box-direction: normal;
|
|
5363
|
-
flex-direction: column; }
|
|
5327
|
+
width: 100%; }
|
|
5364
5328
|
|
|
5365
5329
|
.filter-container {
|
|
5366
|
-
display: -webkit-box;
|
|
5367
|
-
display: -ms-flexbox;
|
|
5368
|
-
display: flex;
|
|
5369
5330
|
-webkit-box-orient: horizontal;
|
|
5370
|
-
-webkit-box-direction: normal;
|
|
5371
5331
|
-ms-flex-direction: row;
|
|
5372
5332
|
flex-direction: row;
|
|
5373
5333
|
height: 60vh;
|
|
5374
5334
|
overflow-y: auto; }
|
|
5375
5335
|
|
|
5376
|
-
.
|
|
5377
|
-
color: #363636;
|
|
5378
|
-
width: 20%;
|
|
5379
|
-
text-align: left;
|
|
5380
|
-
white-space: pre-wrap;
|
|
5381
|
-
word-wrap: break-word; }
|
|
5382
|
-
|
|
5383
|
-
.view-label-text {
|
|
5384
|
-
color: #363636;
|
|
5385
|
-
width: 80%; }
|
|
5386
|
-
|
|
5387
|
-
.ingestion-container {
|
|
5336
|
+
.filter-container, .ingestion-container {
|
|
5388
5337
|
display: -webkit-box;
|
|
5389
5338
|
display: -ms-flexbox;
|
|
5390
5339
|
display: flex;
|
|
5340
|
+
-webkit-box-direction: normal; }
|
|
5341
|
+
|
|
5342
|
+
.ingestion-container {
|
|
5391
5343
|
-webkit-box-orient: vertical;
|
|
5392
|
-
-webkit-box-direction: normal;
|
|
5393
5344
|
-ms-flex-direction: column;
|
|
5394
5345
|
flex-direction: column;
|
|
5395
5346
|
text-align: center;
|
|
@@ -6230,7 +6181,7 @@ tbody tr:nth-child(odd) {
|
|
|
6230
6181
|
padding-right: 1.5rem; }
|
|
6231
6182
|
|
|
6232
6183
|
.loginFormStyleEmployee .loginCardClassName .digit-header-content {
|
|
6233
|
-
margin-bottom:
|
|
6184
|
+
margin-bottom: 1.5rem; }
|
|
6234
6185
|
.loginFormStyleEmployee .loginCardClassName .digit-header-content:not(label) {
|
|
6235
6186
|
display: -webkit-box;
|
|
6236
6187
|
display: -ms-flexbox;
|