@pmidc/upyog-css 1.2.33-dev.1 → 1.2.33-dev.1.4
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 +86 -3
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +1 -3
- package/src/index.scss +166 -78
- package/src/pages/citizen/InboxCard.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -1642,7 +1642,6 @@ body {
|
|
|
1642
1642
|
margin-bottom: 8px;
|
|
1643
1643
|
margin-top: 8px;
|
|
1644
1644
|
font-weight: 700;
|
|
1645
|
-
text-transform: uppercase;
|
|
1646
1645
|
letter-spacing: .5px;
|
|
1647
1646
|
width: 100%; }
|
|
1648
1647
|
.card .card-label-error {
|
|
@@ -1738,7 +1737,6 @@ body {
|
|
|
1738
1737
|
color: #0f172a;
|
|
1739
1738
|
margin-bottom: 8px;
|
|
1740
1739
|
font-weight: 700;
|
|
1741
|
-
text-transform: uppercase;
|
|
1742
1740
|
letter-spacing: .5px; }
|
|
1743
1741
|
.employeeCard .card-label-error {
|
|
1744
1742
|
display: block;
|
|
@@ -16304,7 +16302,7 @@ body {
|
|
|
16304
16302
|
.bpa-owner-search-icon-container {
|
|
16305
16303
|
position: absolute;
|
|
16306
16304
|
right: 12px;
|
|
16307
|
-
top:
|
|
16305
|
+
top: 50%;
|
|
16308
16306
|
-webkit-transform: translateY(-50%);
|
|
16309
16307
|
transform: translateY(-50%);
|
|
16310
16308
|
display: -webkit-box;
|
|
@@ -21523,6 +21521,81 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21523
21521
|
font-size: 15px;
|
|
21524
21522
|
margin-right: 4px; }
|
|
21525
21523
|
|
|
21524
|
+
.custom-fix-fee-history-wrapper {
|
|
21525
|
+
margin-top: 16px; }
|
|
21526
|
+
|
|
21527
|
+
.custom-fix-fee-history-toggle {
|
|
21528
|
+
display: -webkit-box;
|
|
21529
|
+
display: -ms-flexbox;
|
|
21530
|
+
display: flex;
|
|
21531
|
+
-webkit-box-align: center;
|
|
21532
|
+
-ms-flex-align: center;
|
|
21533
|
+
align-items: center;
|
|
21534
|
+
cursor: pointer;
|
|
21535
|
+
padding: 12px 0;
|
|
21536
|
+
border-bottom: 1px solid #ddd; }
|
|
21537
|
+
|
|
21538
|
+
.custom-fix-fee-history-toggle-text {
|
|
21539
|
+
font-weight: 700;
|
|
21540
|
+
font-size: 16px;
|
|
21541
|
+
-webkit-box-flex: 1;
|
|
21542
|
+
-ms-flex: 1;
|
|
21543
|
+
flex: 1; }
|
|
21544
|
+
|
|
21545
|
+
.custom-fix-fee-history-toggle-icon {
|
|
21546
|
+
font-size: 18px;
|
|
21547
|
+
font-weight: 700; }
|
|
21548
|
+
|
|
21549
|
+
.custom-fix-fee-history-table-container {
|
|
21550
|
+
overflow-x: auto;
|
|
21551
|
+
margin-top: 16px; }
|
|
21552
|
+
|
|
21553
|
+
.custom-fix-fee-history-table {
|
|
21554
|
+
width: 100%;
|
|
21555
|
+
border-collapse: collapse;
|
|
21556
|
+
min-width: 600px; }
|
|
21557
|
+
|
|
21558
|
+
.custom-fix-fee-history-table-header {
|
|
21559
|
+
min-width: 140px; }
|
|
21560
|
+
|
|
21561
|
+
.custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
|
|
21562
|
+
padding: 8px;
|
|
21563
|
+
border: 1px solid #ddd;
|
|
21564
|
+
font-weight: 700;
|
|
21565
|
+
background-color: #1f3a9f;
|
|
21566
|
+
color: #fff; }
|
|
21567
|
+
|
|
21568
|
+
.custom-fix-fee-history-table-header-fee {
|
|
21569
|
+
min-width: 150px; }
|
|
21570
|
+
|
|
21571
|
+
.custom-fix-fee-history-table-cell-label {
|
|
21572
|
+
padding: 8px;
|
|
21573
|
+
border: 1px solid #ddd;
|
|
21574
|
+
font-weight: 700;
|
|
21575
|
+
background-color: #f9f9f9; }
|
|
21576
|
+
|
|
21577
|
+
.custom-fix-fee-history-table-cell-value {
|
|
21578
|
+
padding: 8px;
|
|
21579
|
+
border: 1px solid #ddd; }
|
|
21580
|
+
|
|
21581
|
+
.custom-fix-fee-history-table-cell-separator {
|
|
21582
|
+
font-weight: 700;
|
|
21583
|
+
background-color: #f9f9f9; }
|
|
21584
|
+
|
|
21585
|
+
.custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
|
|
21586
|
+
padding: 8px;
|
|
21587
|
+
border: 1px solid #ddd;
|
|
21588
|
+
border-bottom: 3px solid #999; }
|
|
21589
|
+
|
|
21590
|
+
.custom-fix-fee-history-table-cell-separator-last {
|
|
21591
|
+
font-weight: 700;
|
|
21592
|
+
background-color: #f9f9f9; }
|
|
21593
|
+
|
|
21594
|
+
.custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
|
|
21595
|
+
padding: 8px;
|
|
21596
|
+
border: 1px solid #ddd;
|
|
21597
|
+
border-bottom: none; }
|
|
21598
|
+
|
|
21526
21599
|
.checklist-document-table-wrapper {
|
|
21527
21600
|
overflow-x: auto;
|
|
21528
21601
|
-webkit-overflow-scrolling: touch;
|
|
@@ -21782,3 +21855,13 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21782
21855
|
|
|
21783
21856
|
.margin-right-50 {
|
|
21784
21857
|
margin-right: 50px; }
|
|
21858
|
+
|
|
21859
|
+
.surveyCardSection {
|
|
21860
|
+
background: #fff;
|
|
21861
|
+
display: block;
|
|
21862
|
+
padding: 15px;
|
|
21863
|
+
justify-self: center;
|
|
21864
|
+
width: 50%; }
|
|
21865
|
+
@media (max-width: 768px) {
|
|
21866
|
+
.surveyCardSection {
|
|
21867
|
+
width: 100%; } }
|