@pmidc/upyog-css 1.2.38 → 1.2.40
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 +131 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +184 -78
- package/src/modules/BPA/index.scss +26 -0
- package/src/pages/citizen/InboxCard.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -16302,7 +16302,7 @@ body {
|
|
|
16302
16302
|
.bpa-owner-search-icon-container {
|
|
16303
16303
|
position: absolute;
|
|
16304
16304
|
right: 12px;
|
|
16305
|
-
top:
|
|
16305
|
+
top: 50%;
|
|
16306
16306
|
-webkit-transform: translateY(-50%);
|
|
16307
16307
|
transform: translateY(-50%);
|
|
16308
16308
|
display: -webkit-box;
|
|
@@ -19622,6 +19622,36 @@ body {
|
|
|
19622
19622
|
.error-text {
|
|
19623
19623
|
color: red; }
|
|
19624
19624
|
|
|
19625
|
+
.back-button-container {
|
|
19626
|
+
cursor: pointer;
|
|
19627
|
+
width: -webkit-fit-content;
|
|
19628
|
+
width: -moz-fit-content;
|
|
19629
|
+
width: fit-content;
|
|
19630
|
+
display: -webkit-box;
|
|
19631
|
+
display: -ms-flexbox;
|
|
19632
|
+
display: flex;
|
|
19633
|
+
font-family: Roboto Condensed,sans-serif;
|
|
19634
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
19635
|
+
font-size: 16px;
|
|
19636
|
+
line-height: 24px; }
|
|
19637
|
+
|
|
19638
|
+
.stepper-margin {
|
|
19639
|
+
margin-left: 30px; }
|
|
19640
|
+
|
|
19641
|
+
.document-link-bpa {
|
|
19642
|
+
text-decoration: none;
|
|
19643
|
+
cursor: pointer;
|
|
19644
|
+
-webkit-transition: -webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19645
|
+
transition: -webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19646
|
+
transition: transform .2s,box-shadow .2s;
|
|
19647
|
+
transition: transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19648
|
+
width: 250px; }
|
|
19649
|
+
.document-link-bpa:hover .document-card {
|
|
19650
|
+
-webkit-transform: translateY(-4px);
|
|
19651
|
+
transform: translateY(-4px);
|
|
19652
|
+
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
19653
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
|
|
19654
|
+
|
|
19625
19655
|
@media (max-width: 768px) {
|
|
19626
19656
|
.upload-tag-container {
|
|
19627
19657
|
width: 80%; } }
|
|
@@ -21521,6 +21551,81 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21521
21551
|
font-size: 15px;
|
|
21522
21552
|
margin-right: 4px; }
|
|
21523
21553
|
|
|
21554
|
+
.custom-fix-fee-history-wrapper {
|
|
21555
|
+
margin-top: 16px; }
|
|
21556
|
+
|
|
21557
|
+
.custom-fix-fee-history-toggle {
|
|
21558
|
+
display: -webkit-box;
|
|
21559
|
+
display: -ms-flexbox;
|
|
21560
|
+
display: flex;
|
|
21561
|
+
-webkit-box-align: center;
|
|
21562
|
+
-ms-flex-align: center;
|
|
21563
|
+
align-items: center;
|
|
21564
|
+
cursor: pointer;
|
|
21565
|
+
padding: 12px 0;
|
|
21566
|
+
border-bottom: 1px solid #ddd; }
|
|
21567
|
+
|
|
21568
|
+
.custom-fix-fee-history-toggle-text {
|
|
21569
|
+
font-weight: 700;
|
|
21570
|
+
font-size: 16px;
|
|
21571
|
+
-webkit-box-flex: 1;
|
|
21572
|
+
-ms-flex: 1;
|
|
21573
|
+
flex: 1; }
|
|
21574
|
+
|
|
21575
|
+
.custom-fix-fee-history-toggle-icon {
|
|
21576
|
+
font-size: 18px;
|
|
21577
|
+
font-weight: 700; }
|
|
21578
|
+
|
|
21579
|
+
.custom-fix-fee-history-table-container {
|
|
21580
|
+
overflow-x: auto;
|
|
21581
|
+
margin-top: 16px; }
|
|
21582
|
+
|
|
21583
|
+
.custom-fix-fee-history-table {
|
|
21584
|
+
width: 100%;
|
|
21585
|
+
border-collapse: collapse;
|
|
21586
|
+
min-width: 600px; }
|
|
21587
|
+
|
|
21588
|
+
.custom-fix-fee-history-table-header {
|
|
21589
|
+
min-width: 140px; }
|
|
21590
|
+
|
|
21591
|
+
.custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
|
|
21592
|
+
padding: 8px;
|
|
21593
|
+
border: 1px solid #ddd;
|
|
21594
|
+
font-weight: 700;
|
|
21595
|
+
background-color: #1f3a9f;
|
|
21596
|
+
color: #fff; }
|
|
21597
|
+
|
|
21598
|
+
.custom-fix-fee-history-table-header-fee {
|
|
21599
|
+
min-width: 150px; }
|
|
21600
|
+
|
|
21601
|
+
.custom-fix-fee-history-table-cell-label {
|
|
21602
|
+
padding: 8px;
|
|
21603
|
+
border: 1px solid #ddd;
|
|
21604
|
+
font-weight: 700;
|
|
21605
|
+
background-color: #f9f9f9; }
|
|
21606
|
+
|
|
21607
|
+
.custom-fix-fee-history-table-cell-value {
|
|
21608
|
+
padding: 8px;
|
|
21609
|
+
border: 1px solid #ddd; }
|
|
21610
|
+
|
|
21611
|
+
.custom-fix-fee-history-table-cell-separator {
|
|
21612
|
+
font-weight: 700;
|
|
21613
|
+
background-color: #f9f9f9; }
|
|
21614
|
+
|
|
21615
|
+
.custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
|
|
21616
|
+
padding: 8px;
|
|
21617
|
+
border: 1px solid #ddd;
|
|
21618
|
+
border-bottom: 3px solid #999; }
|
|
21619
|
+
|
|
21620
|
+
.custom-fix-fee-history-table-cell-separator-last {
|
|
21621
|
+
font-weight: 700;
|
|
21622
|
+
background-color: #f9f9f9; }
|
|
21623
|
+
|
|
21624
|
+
.custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
|
|
21625
|
+
padding: 8px;
|
|
21626
|
+
border: 1px solid #ddd;
|
|
21627
|
+
border-bottom: none; }
|
|
21628
|
+
|
|
21524
21629
|
.checklist-document-table-wrapper {
|
|
21525
21630
|
overflow-x: auto;
|
|
21526
21631
|
-webkit-overflow-scrolling: touch;
|
|
@@ -21780,3 +21885,28 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21780
21885
|
|
|
21781
21886
|
.margin-right-50 {
|
|
21782
21887
|
margin-right: 50px; }
|
|
21888
|
+
|
|
21889
|
+
.engagementForm {
|
|
21890
|
+
width: 70%; }
|
|
21891
|
+
@media (max-width: 768px) {
|
|
21892
|
+
.engagementForm {
|
|
21893
|
+
width: 100%; } }
|
|
21894
|
+
|
|
21895
|
+
.surveyCardSection {
|
|
21896
|
+
background: #fff;
|
|
21897
|
+
display: block;
|
|
21898
|
+
padding: 15px;
|
|
21899
|
+
justify-self: center;
|
|
21900
|
+
width: 50%; }
|
|
21901
|
+
@media (max-width: 768px) {
|
|
21902
|
+
.surveyCardSection {
|
|
21903
|
+
width: 100%; } }
|
|
21904
|
+
|
|
21905
|
+
.hrms-text-transform {
|
|
21906
|
+
text-transform: none !important; }
|
|
21907
|
+
|
|
21908
|
+
.noc-popupStyles {
|
|
21909
|
+
width: unset;
|
|
21910
|
+
min-width: 360px;
|
|
21911
|
+
max-width: 600px;
|
|
21912
|
+
padding: 20px; }
|