@egovernments/digit-ui-health-css 0.2.94 → 0.2.96
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 +79 -22
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/campaign.scss +72 -22
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@extend .typography.text-heading-l;
|
|
7
7
|
font-size: 2.25rem;
|
|
8
8
|
margin-bottom: 1.5rem !important;
|
|
9
|
+
color: theme(digitv2.lightTheme.primary-2);
|
|
9
10
|
}
|
|
10
11
|
.date-field-container {
|
|
11
12
|
display: grid;
|
|
@@ -311,6 +312,9 @@
|
|
|
311
312
|
.app-card {
|
|
312
313
|
min-height: 100%;
|
|
313
314
|
gap: 0.5rem;
|
|
315
|
+
box-shadow: none;
|
|
316
|
+
border-style: none;
|
|
317
|
+
padding: 1rem;
|
|
314
318
|
&::-webkit-scrollbar-button {
|
|
315
319
|
display: none !important;
|
|
316
320
|
height: 0 !important;
|
|
@@ -318,7 +322,23 @@
|
|
|
318
322
|
}
|
|
319
323
|
}
|
|
320
324
|
}
|
|
321
|
-
|
|
325
|
+
.app-card {
|
|
326
|
+
flex-direction: column;
|
|
327
|
+
display: flex;
|
|
328
|
+
min-height: 100%;
|
|
329
|
+
gap: 0.5rem;
|
|
330
|
+
box-shadow: none;
|
|
331
|
+
border-style: none;
|
|
332
|
+
padding: 1rem;
|
|
333
|
+
&::-webkit-scrollbar-button {
|
|
334
|
+
display: none !important;
|
|
335
|
+
height: 0 !important;
|
|
336
|
+
width: 0 !important;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
.mobile-bezel-outerWrapper {
|
|
340
|
+
transform: scale(0.8);
|
|
341
|
+
}
|
|
322
342
|
.mobile-top {
|
|
323
343
|
background-color: theme(digitv2.lightTheme.header-sidenav);
|
|
324
344
|
height: 4rem;
|
|
@@ -423,9 +443,9 @@
|
|
|
423
443
|
color: theme(digitv2.lightTheme.primary);
|
|
424
444
|
text-align: center;
|
|
425
445
|
margin-top: 1.5rem;
|
|
426
|
-
.disabledText {
|
|
427
|
-
|
|
428
|
-
}
|
|
446
|
+
.disabledText {
|
|
447
|
+
color: #c5c5c5;
|
|
448
|
+
}
|
|
429
449
|
}
|
|
430
450
|
.containerStyle {
|
|
431
451
|
display: flex;
|
|
@@ -453,7 +473,7 @@
|
|
|
453
473
|
cursor: not-allowed;
|
|
454
474
|
border: 1.5px solid #c5c5c5;
|
|
455
475
|
.descStyle {
|
|
456
|
-
color: #c5c5c5
|
|
476
|
+
color: #c5c5c5;
|
|
457
477
|
}
|
|
458
478
|
svg {
|
|
459
479
|
fill: theme(digitv2.lightTheme.text-color-secondary);
|
|
@@ -506,15 +526,15 @@
|
|
|
506
526
|
}
|
|
507
527
|
|
|
508
528
|
.module-card {
|
|
509
|
-
width:
|
|
510
|
-
height:
|
|
529
|
+
width: 20rem;
|
|
530
|
+
height: 20rem;
|
|
511
531
|
border: 1px;
|
|
512
532
|
border-radius: 0.75rem;
|
|
513
533
|
}
|
|
514
534
|
.modules-container {
|
|
515
|
-
display:
|
|
516
|
-
|
|
517
|
-
|
|
535
|
+
display: flex;
|
|
536
|
+
gap: 1.5rem;
|
|
537
|
+
align-items: flex-start;
|
|
518
538
|
padding: 1rem;
|
|
519
539
|
}
|
|
520
540
|
.campaign-module-button {
|
|
@@ -553,7 +573,8 @@
|
|
|
553
573
|
|
|
554
574
|
.digit-toggle-toolbar {
|
|
555
575
|
&.app-config-tab {
|
|
556
|
-
|
|
576
|
+
top: 15rem;
|
|
577
|
+
position: fixed;
|
|
557
578
|
> *:first-child label {
|
|
558
579
|
border-top-left-radius: 0.5rem;
|
|
559
580
|
border-bottom-left-radius: 0.5rem;
|
|
@@ -600,10 +621,16 @@
|
|
|
600
621
|
.app-config-version-tags {
|
|
601
622
|
display: flex;
|
|
602
623
|
align-items: flex-end;
|
|
603
|
-
margin-right: 24rem;
|
|
604
624
|
justify-content: center;
|
|
605
|
-
|
|
606
|
-
|
|
625
|
+
width: fit-content;
|
|
626
|
+
padding: 0;
|
|
627
|
+
margin: 0;
|
|
628
|
+
margin-left: 54rem;
|
|
629
|
+
margin-bottom: -3.5rem;
|
|
630
|
+
color: theme(digitv2.lightTheme.primary-2);
|
|
631
|
+
font-family: theme(digitv2.fontFamily.rc);
|
|
632
|
+
font-size: theme(digitv2.fontSize.heading-s);
|
|
633
|
+
font-weight: 700;
|
|
607
634
|
|
|
608
635
|
.app-config-placeholder-version-tag {
|
|
609
636
|
width: 30%;
|
|
@@ -686,19 +713,42 @@
|
|
|
686
713
|
padding-left: 20px;
|
|
687
714
|
margin-bottom: 12px;
|
|
688
715
|
}
|
|
689
|
-
.campaign-requirements-heading{
|
|
690
|
-
.digit-popup-icon-header-container{
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
716
|
+
.campaign-requirements-heading {
|
|
717
|
+
.digit-popup-icon-header-container {
|
|
718
|
+
.digit-popup-heading-subheading-wrap {
|
|
719
|
+
.digit-popup-heading {
|
|
720
|
+
color: theme(digitv2.lightTheme.primary-2);
|
|
721
|
+
}
|
|
694
722
|
}
|
|
695
723
|
}
|
|
696
724
|
}
|
|
697
|
-
}
|
|
698
725
|
|
|
699
|
-
.cycleBold{
|
|
726
|
+
.cycleBold {
|
|
700
727
|
font-weight: 700;
|
|
701
728
|
}
|
|
702
|
-
|
|
729
|
+
|
|
730
|
+
.feature-container{
|
|
731
|
+
display: flex;
|
|
732
|
+
}
|
|
733
|
+
.app-config{
|
|
734
|
+
width: auto;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.QR-pop-up {
|
|
738
|
+
width: fit-content;
|
|
739
|
+
}
|
|
740
|
+
.app-config-flex-container {
|
|
741
|
+
display: flex;
|
|
742
|
+
align-items: center;
|
|
743
|
+
margin-right: "24rem";
|
|
744
|
+
gap: 2rem;
|
|
703
745
|
width: fit-content;
|
|
746
|
+
margin-top: -2rem;
|
|
704
747
|
}
|
|
748
|
+
.feature-container{
|
|
749
|
+
display: flex;
|
|
750
|
+
}
|
|
751
|
+
.app-config{
|
|
752
|
+
width: auto;
|
|
753
|
+
}
|
|
754
|
+
|