@egovernments/digit-ui-health-css 0.1.13 → 0.1.15
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 +184 -34
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/components/microplan.scss +3 -0
- package/src/components/microplanning.scss +67 -25
- package/src/pages/employee/campaignCycle.scss +2 -1
- package/src/pages/employee/facility.scss +162 -0
- package/src/pages/employee/index.scss +50 -5
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.1.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.1.15
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -2464,21 +2464,20 @@
|
|
|
2464
2464
|
background: rgba(177, 180, 182, 0.8); }
|
|
2465
2465
|
|
|
2466
2466
|
.mp-description {
|
|
2467
|
-
margin-top:
|
|
2468
|
-
margin-bottom:
|
|
2467
|
+
margin-top: 0;
|
|
2468
|
+
margin-bottom: 0; }
|
|
2469
2469
|
|
|
2470
2470
|
.mp-hypothesis-label-field {
|
|
2471
2471
|
display: -webkit-box;
|
|
2472
2472
|
display: -ms-flexbox;
|
|
2473
2473
|
display: flex;
|
|
2474
|
-
-webkit-box-align:
|
|
2475
|
-
-ms-flex-align:
|
|
2476
|
-
align-items:
|
|
2477
|
-
margin:
|
|
2474
|
+
-webkit-box-align: start;
|
|
2475
|
+
-ms-flex-align: start;
|
|
2476
|
+
align-items: flex-start;
|
|
2477
|
+
margin: 0; }
|
|
2478
2478
|
|
|
2479
2479
|
.mp-hypothesis-label-field > div > span {
|
|
2480
|
-
|
|
2481
|
-
font-size: 1.2rem; }
|
|
2480
|
+
color: #363636; }
|
|
2482
2481
|
|
|
2483
2482
|
.hypothesis-delete-button {
|
|
2484
2483
|
display: -webkit-box;
|
|
@@ -2517,25 +2516,22 @@
|
|
|
2517
2516
|
flex-direction: row;
|
|
2518
2517
|
-ms-flex-pack: distribute;
|
|
2519
2518
|
justify-content: space-around;
|
|
2520
|
-
padding: 10px;
|
|
2521
2519
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
2522
|
-
margin-bottom:
|
|
2520
|
+
margin-bottom: 1.5rem;
|
|
2521
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16078);
|
|
2522
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16078); }
|
|
2523
2523
|
|
|
2524
2524
|
.kpi-card {
|
|
2525
2525
|
text-align: center;
|
|
2526
|
-
padding: 15px;
|
|
2527
2526
|
width: 120px; }
|
|
2528
2527
|
|
|
2529
2528
|
.kpi-card h2 {
|
|
2530
2529
|
margin: 0;
|
|
2531
|
-
color: #
|
|
2532
|
-
font-size: 2em; }
|
|
2530
|
+
color: #0b4b66; }
|
|
2533
2531
|
|
|
2534
2532
|
.kpi-card p {
|
|
2535
2533
|
margin: 0;
|
|
2536
|
-
color: #
|
|
2537
|
-
font-weight: 700;
|
|
2538
|
-
font-size: 1.2em; }
|
|
2534
|
+
color: #787878; }
|
|
2539
2535
|
|
|
2540
2536
|
.assumptionsForm-label-field {
|
|
2541
2537
|
display: -webkit-box;
|
|
@@ -2677,6 +2673,9 @@
|
|
|
2677
2673
|
min-width: -moz-max-content;
|
|
2678
2674
|
min-width: max-content; }
|
|
2679
2675
|
|
|
2676
|
+
a {
|
|
2677
|
+
text-decoration: none !important; }
|
|
2678
|
+
|
|
2680
2679
|
.search-tabs-container {
|
|
2681
2680
|
display: -webkit-box;
|
|
2682
2681
|
display: -ms-flexbox;
|
|
@@ -3078,19 +3077,19 @@
|
|
|
3078
3077
|
.typography.text-link {
|
|
3079
3078
|
font-size: 1rem; } }
|
|
3080
3079
|
|
|
3081
|
-
.typography.heading-xl, .village-header {
|
|
3080
|
+
.typography.heading-xl, .kpi-card h2, .village-header, .uploader-sub-heading {
|
|
3082
3081
|
font-family: Roboto Condensed; }
|
|
3083
3082
|
@media (max-width: 30rem) {
|
|
3084
|
-
.typography.heading-xl, .village-header {
|
|
3083
|
+
.typography.heading-xl, .kpi-card h2, .village-header, .uploader-sub-heading {
|
|
3085
3084
|
font-size: 2rem; } }
|
|
3086
3085
|
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
3087
|
-
.typography.heading-xl, .village-header {
|
|
3086
|
+
.typography.heading-xl, .kpi-card h2, .village-header, .uploader-sub-heading {
|
|
3088
3087
|
font-size: 2.25rem; } }
|
|
3089
3088
|
@media (min-width: 48rem) {
|
|
3090
|
-
.typography.heading-xl, .village-header {
|
|
3089
|
+
.typography.heading-xl, .kpi-card h2, .village-header, .uploader-sub-heading {
|
|
3091
3090
|
font-size: 2.5rem; } }
|
|
3092
3091
|
|
|
3093
|
-
.typography.heading-l, .typography.heading-xl, .village-header {
|
|
3092
|
+
.typography.heading-l, .typography.heading-xl, .kpi-card h2, .village-header, .uploader-sub-heading {
|
|
3094
3093
|
font-style: normal;
|
|
3095
3094
|
font-weight: 700; }
|
|
3096
3095
|
|
|
@@ -3107,32 +3106,32 @@
|
|
|
3107
3106
|
font-size: 2rem; } }
|
|
3108
3107
|
|
|
3109
3108
|
@media (max-width: 30rem) {
|
|
3110
|
-
.typography.heading-m, .card-heading-title, .security-question-label {
|
|
3109
|
+
.typography.heading-m, .kpi-card p, .card-heading-title, .security-question-label {
|
|
3111
3110
|
font-size: 1.25rem; } }
|
|
3112
3111
|
|
|
3113
3112
|
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
3114
|
-
.typography.heading-m, .card-heading-title, .security-question-label {
|
|
3113
|
+
.typography.heading-m, .kpi-card p, .card-heading-title, .security-question-label {
|
|
3115
3114
|
font-size: 1.375rem; } }
|
|
3116
3115
|
|
|
3117
3116
|
@media (min-width: 48rem) {
|
|
3118
|
-
.typography.heading-m, .card-heading-title, .security-question-label {
|
|
3117
|
+
.typography.heading-m, .kpi-card p, .card-heading-title, .security-question-label {
|
|
3119
3118
|
font-size: 1.5rem; } }
|
|
3120
3119
|
|
|
3121
|
-
.typography.heading-m, .card-heading-title, .security-question-label, .typography.heading-s, .label-heading, .edit-label {
|
|
3120
|
+
.typography.heading-m, .kpi-card p, .card-heading-title, .security-question-label, .typography.heading-s, .mp-hypothesis-label-field > div > span, .label-heading, .edit-label {
|
|
3122
3121
|
font-family: Roboto;
|
|
3123
3122
|
font-style: normal;
|
|
3124
3123
|
font-weight: 700; }
|
|
3125
3124
|
|
|
3126
3125
|
@media (max-width: 30rem) {
|
|
3127
|
-
.typography.heading-s, .label-heading, .edit-label {
|
|
3126
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .label-heading, .edit-label {
|
|
3128
3127
|
font-size: 1rem; } }
|
|
3129
3128
|
|
|
3130
3129
|
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
3131
|
-
.typography.heading-s, .label-heading, .edit-label {
|
|
3130
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .label-heading, .edit-label {
|
|
3132
3131
|
font-size: 1rem; } }
|
|
3133
3132
|
|
|
3134
3133
|
@media (min-width: 48rem) {
|
|
3135
|
-
.typography.heading-s, .label-heading, .edit-label {
|
|
3134
|
+
.typography.heading-s, .mp-hypothesis-label-field > div > span, .label-heading, .edit-label {
|
|
3136
3135
|
font-size: 1rem; } }
|
|
3137
3136
|
|
|
3138
3137
|
.typography.heading-xs {
|
|
@@ -3265,7 +3264,7 @@
|
|
|
3265
3264
|
border: 1px solid #d6d5d4;
|
|
3266
3265
|
border-radius: .4rem;
|
|
3267
3266
|
padding: 1rem;
|
|
3268
|
-
margin-right:
|
|
3267
|
+
margin-right: 1rem;
|
|
3269
3268
|
margin-bottom: 1.5rem; }
|
|
3270
3269
|
.campaign-cycle-container .add-resource-container .card-text {
|
|
3271
3270
|
margin: 0;
|
|
@@ -3476,7 +3475,8 @@
|
|
|
3476
3475
|
align-content: center;
|
|
3477
3476
|
-webkit-box-pack: justify;
|
|
3478
3477
|
-ms-flex-pack: justify;
|
|
3479
|
-
justify-content: space-between;
|
|
3478
|
+
justify-content: space-between;
|
|
3479
|
+
font-family: Roboto; }
|
|
3480
3480
|
.delivery-rule-container .card-header .title {
|
|
3481
3481
|
margin: 0 !important; }
|
|
3482
3482
|
.delivery-rule-container .attribute-container {
|
|
@@ -4236,6 +4236,115 @@
|
|
|
4236
4236
|
.searchjurisdiction-multiselectdropdown {
|
|
4237
4237
|
margin-bottom: 0; }
|
|
4238
4238
|
|
|
4239
|
+
.mandatory-span {
|
|
4240
|
+
color: #b91900 !important;
|
|
4241
|
+
margin-left: .25rem; }
|
|
4242
|
+
|
|
4243
|
+
.microplan-details-card-subheader {
|
|
4244
|
+
font-family: Roboto;
|
|
4245
|
+
font-style: normal;
|
|
4246
|
+
color: #363636;
|
|
4247
|
+
font-weight: 700; }
|
|
4248
|
+
@media (max-width: 30rem) {
|
|
4249
|
+
.microplan-details-card-subheader {
|
|
4250
|
+
font-size: 1.25rem; } }
|
|
4251
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
4252
|
+
.microplan-details-card-subheader {
|
|
4253
|
+
font-size: 1.375rem; } }
|
|
4254
|
+
@media (min-width: 48rem) {
|
|
4255
|
+
.microplan-details-card-subheader {
|
|
4256
|
+
font-size: 1.5rem; } }
|
|
4257
|
+
|
|
4258
|
+
.alert-popup-setup-microplan {
|
|
4259
|
+
max-width: 500px !important; }
|
|
4260
|
+
|
|
4261
|
+
.selecting-boundary-card .boundary-selection-description {
|
|
4262
|
+
margin: 0;
|
|
4263
|
+
font-family: Roboto;
|
|
4264
|
+
font-style: normal;
|
|
4265
|
+
font-weight: 400; }
|
|
4266
|
+
@media (max-width: 30rem) {
|
|
4267
|
+
.selecting-boundary-card .boundary-selection-description {
|
|
4268
|
+
font-size: .875rem; } }
|
|
4269
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
4270
|
+
.selecting-boundary-card .boundary-selection-description {
|
|
4271
|
+
font-size: 1rem; } }
|
|
4272
|
+
@media (min-width: 48rem) {
|
|
4273
|
+
.selecting-boundary-card .boundary-selection-description {
|
|
4274
|
+
font-size: 1rem; } }
|
|
4275
|
+
|
|
4276
|
+
.selecting-boundary-card .selecting-boundary-div {
|
|
4277
|
+
padding: 0; }
|
|
4278
|
+
|
|
4279
|
+
.digit-multiselectdropdown-master-active.serachable input[type=text] {
|
|
4280
|
+
opacity: 1;
|
|
4281
|
+
width: calc(100% - 24px); }
|
|
4282
|
+
|
|
4283
|
+
.digit-multiselectdropdown-master-active.serachable .digit-multiselectdropdown-label svg {
|
|
4284
|
+
z-index: 1;
|
|
4285
|
+
cursor: pointer; }
|
|
4286
|
+
|
|
4287
|
+
.boundary-selection-label {
|
|
4288
|
+
font-family: Roboto;
|
|
4289
|
+
font-style: normal;
|
|
4290
|
+
font-weight: 700;
|
|
4291
|
+
color: #363636; }
|
|
4292
|
+
@media (max-width: 30rem) {
|
|
4293
|
+
.boundary-selection-label {
|
|
4294
|
+
font-size: 1rem; } }
|
|
4295
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
4296
|
+
.boundary-selection-label {
|
|
4297
|
+
font-size: 1rem; } }
|
|
4298
|
+
@media (min-width: 48rem) {
|
|
4299
|
+
.boundary-selection-label {
|
|
4300
|
+
font-size: 1rem; } }
|
|
4301
|
+
|
|
4302
|
+
.campaign-details-description {
|
|
4303
|
+
margin: 0; }
|
|
4304
|
+
|
|
4305
|
+
.campaign-type-label {
|
|
4306
|
+
font-family: Roboto;
|
|
4307
|
+
font-style: normal;
|
|
4308
|
+
font-weight: 700;
|
|
4309
|
+
color: #363636; }
|
|
4310
|
+
@media (max-width: 30rem) {
|
|
4311
|
+
.campaign-type-label {
|
|
4312
|
+
font-size: 1rem; } }
|
|
4313
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
4314
|
+
.campaign-type-label {
|
|
4315
|
+
font-size: 1rem; } }
|
|
4316
|
+
@media (min-width: 48rem) {
|
|
4317
|
+
.campaign-type-label {
|
|
4318
|
+
font-size: 1rem; } }
|
|
4319
|
+
|
|
4320
|
+
.campaign-type-label-pair {
|
|
4321
|
+
padding-top: 10.5px; }
|
|
4322
|
+
|
|
4323
|
+
.digit-view-card .digit-view-card-header {
|
|
4324
|
+
padding-bottom: 0; }
|
|
4325
|
+
|
|
4326
|
+
.microplan-details-label {
|
|
4327
|
+
font-family: Roboto;
|
|
4328
|
+
font-style: normal;
|
|
4329
|
+
font-weight: 700;
|
|
4330
|
+
color: #363636; }
|
|
4331
|
+
@media (max-width: 30rem) {
|
|
4332
|
+
.microplan-details-label {
|
|
4333
|
+
font-size: 1rem; } }
|
|
4334
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
4335
|
+
.microplan-details-label {
|
|
4336
|
+
font-size: 1rem; } }
|
|
4337
|
+
@media (min-width: 48rem) {
|
|
4338
|
+
.microplan-details-label {
|
|
4339
|
+
font-size: 1rem; } }
|
|
4340
|
+
|
|
4341
|
+
.selecting-boundary-div .digit-label-field-pair:last-child {
|
|
4342
|
+
margin-bottom: 0; }
|
|
4343
|
+
|
|
4344
|
+
.digit-tag-container {
|
|
4345
|
+
grid-gap: 1rem;
|
|
4346
|
+
gap: 1rem; }
|
|
4347
|
+
|
|
4239
4348
|
.digit-topbar-container {
|
|
4240
4349
|
width: 100%; }
|
|
4241
4350
|
|
|
@@ -4283,8 +4392,6 @@
|
|
|
4283
4392
|
gap: .2rem; }
|
|
4284
4393
|
|
|
4285
4394
|
.mandatory-span {
|
|
4286
|
-
margin-left: .5rem;
|
|
4287
|
-
color: red !important;
|
|
4288
4395
|
font-size: 1rem;
|
|
4289
4396
|
font-weight: 700; }
|
|
4290
4397
|
|
|
@@ -4311,6 +4418,22 @@
|
|
|
4311
4418
|
.info-text {
|
|
4312
4419
|
padding-bottom: 1.5rem; }
|
|
4313
4420
|
|
|
4421
|
+
.microplan-bulk-upload {
|
|
4422
|
+
display: -webkit-box;
|
|
4423
|
+
display: -ms-flexbox;
|
|
4424
|
+
display: flex;
|
|
4425
|
+
-webkit-box-pack: justify;
|
|
4426
|
+
-ms-flex-pack: justify;
|
|
4427
|
+
justify-content: space-between;
|
|
4428
|
+
margin-bottom: 0;
|
|
4429
|
+
padding-bottom: 0; }
|
|
4430
|
+
.microplan-bulk-upload .campaign-download-template-btn {
|
|
4431
|
+
font-weight: 700; }
|
|
4432
|
+
|
|
4433
|
+
.uploader-sub-heading {
|
|
4434
|
+
color: #363636;
|
|
4435
|
+
margin-bottom: 0; }
|
|
4436
|
+
|
|
4314
4437
|
.view-composer-header-section {
|
|
4315
4438
|
display: -webkit-box;
|
|
4316
4439
|
display: -ms-flexbox;
|
|
@@ -4322,6 +4445,11 @@
|
|
|
4322
4445
|
-ms-flex-align: baseline;
|
|
4323
4446
|
align-items: baseline; }
|
|
4324
4447
|
|
|
4448
|
+
.vertical-stepper-card {
|
|
4449
|
+
height: 36.5rem;
|
|
4450
|
+
padding-top: 0;
|
|
4451
|
+
margin-bottom: 1.5rem !important; }
|
|
4452
|
+
|
|
4325
4453
|
.card-with-background {
|
|
4326
4454
|
margin-top: 1rem; }
|
|
4327
4455
|
.card-with-background .card-head {
|
|
@@ -4674,6 +4802,16 @@ tbody tr:nth-child(odd) {
|
|
|
4674
4802
|
-ms-flex-align: center;
|
|
4675
4803
|
align-items: center; }
|
|
4676
4804
|
|
|
4805
|
+
.digit-radio-options-wrap {
|
|
4806
|
+
grid-gap: 2rem;
|
|
4807
|
+
gap: 2rem;
|
|
4808
|
+
margin-bottom: 0 !important; }
|
|
4809
|
+
.digit-radio-options-wrap .radio-option-container {
|
|
4810
|
+
margin-bottom: 0;
|
|
4811
|
+
-webkit-box-align: center;
|
|
4812
|
+
-ms-flex-align: center;
|
|
4813
|
+
align-items: center; }
|
|
4814
|
+
|
|
4677
4815
|
.bold {
|
|
4678
4816
|
font-weight: 700; }
|
|
4679
4817
|
|
|
@@ -4973,8 +5111,14 @@ tbody tr:nth-child(odd) {
|
|
|
4973
5111
|
border-top-right-radius: .25rem;
|
|
4974
5112
|
border-bottom-left-radius: 0;
|
|
4975
5113
|
border-bottom-right-radius: 0;
|
|
5114
|
+
padding: .75rem 1.5rem;
|
|
4976
5115
|
border: .063rem solid;
|
|
4977
|
-
|
|
5116
|
+
-webkit-box-align: center;
|
|
5117
|
+
-ms-flex-align: center;
|
|
5118
|
+
align-items: center;
|
|
5119
|
+
color: #0b4b66 !important; }
|
|
5120
|
+
.card-header-timeline .digit-text-block-subheader {
|
|
5121
|
+
color: #0b4b66 !important; }
|
|
4978
5122
|
|
|
4979
5123
|
.stepper-subheader {
|
|
4980
5124
|
color: #0b4b66 !important; }
|
|
@@ -5110,3 +5254,9 @@ tbody tr:nth-child(odd) {
|
|
|
5110
5254
|
|
|
5111
5255
|
.digit-action-bar-wrap div {
|
|
5112
5256
|
width: unset; }
|
|
5257
|
+
|
|
5258
|
+
.digit-button-secondary.disabled h2 {
|
|
5259
|
+
color: #c5c5c5 !important; }
|
|
5260
|
+
|
|
5261
|
+
.back-button-xlsxpreview {
|
|
5262
|
+
width: 170px; }
|