@pmidc/upyog-css 1.1.8 → 1.1.9
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 +331 -12
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +2 -0
- package/src/modules/rentAndLease/index.scss +226 -0
- package/src/pages/common/newApplicationTimeline.scss +130 -12
package/dist/index.css
CHANGED
|
@@ -13938,11 +13938,9 @@ body {
|
|
|
13938
13938
|
width: calc(100% - 16px); }
|
|
13939
13939
|
|
|
13940
13940
|
.custom-timeline-container {
|
|
13941
|
-
width: 100%;
|
|
13942
13941
|
padding: 24px;
|
|
13943
|
-
background
|
|
13944
|
-
|
|
13945
|
-
border-radius: 12px; }
|
|
13942
|
+
background: linear-gradient(135deg, #fff, #f8fafb);
|
|
13943
|
+
border-radius: 14px; }
|
|
13946
13944
|
|
|
13947
13945
|
.custom-timeline-header {
|
|
13948
13946
|
margin-bottom: 24px; }
|
|
@@ -14092,6 +14090,11 @@ body {
|
|
|
14092
14090
|
-webkit-box-pack: justify;
|
|
14093
14091
|
-ms-flex-pack: justify;
|
|
14094
14092
|
justify-content: space-between;
|
|
14093
|
+
-webkit-box-align: center;
|
|
14094
|
+
-ms-flex-align: center;
|
|
14095
|
+
align-items: center;
|
|
14096
|
+
-ms-flex-wrap: wrap;
|
|
14097
|
+
flex-wrap: wrap;
|
|
14095
14098
|
padding: 20px 24px; }
|
|
14096
14099
|
|
|
14097
14100
|
.custom-card-left {
|
|
@@ -14102,8 +14105,7 @@ body {
|
|
|
14102
14105
|
|
|
14103
14106
|
.custom-card-right {
|
|
14104
14107
|
-ms-flex-negative: 0;
|
|
14105
|
-
flex-shrink: 0;
|
|
14106
|
-
text-align: right; }
|
|
14108
|
+
flex-shrink: 0; }
|
|
14107
14109
|
|
|
14108
14110
|
.custom-action-title {
|
|
14109
14111
|
font-size: 16px;
|
|
@@ -14111,12 +14113,6 @@ body {
|
|
|
14111
14113
|
color: #374151;
|
|
14112
14114
|
margin-bottom: 8px; }
|
|
14113
14115
|
|
|
14114
|
-
.custom-actions-label {
|
|
14115
|
-
font-size: 12px;
|
|
14116
|
-
color: #6b7280;
|
|
14117
|
-
font-weight: 600;
|
|
14118
|
-
margin-bottom: 6px; }
|
|
14119
|
-
|
|
14120
14116
|
.custom-status-text {
|
|
14121
14117
|
font-size: 14px;
|
|
14122
14118
|
font-weight: 600;
|
|
@@ -14139,6 +14135,16 @@ body {
|
|
|
14139
14135
|
font-weight: 600; }
|
|
14140
14136
|
|
|
14141
14137
|
.custom-comments-section {
|
|
14138
|
+
display: -webkit-box;
|
|
14139
|
+
display: -ms-flexbox;
|
|
14140
|
+
display: flex;
|
|
14141
|
+
-webkit-box-pack: justify;
|
|
14142
|
+
-ms-flex-pack: justify;
|
|
14143
|
+
justify-content: space-between;
|
|
14144
|
+
-ms-flex-wrap: wrap;
|
|
14145
|
+
flex-wrap: wrap; }
|
|
14146
|
+
|
|
14147
|
+
.custom-assignee-section, .custom-comments-section {
|
|
14142
14148
|
border-top: 1px solid #e5e7eb;
|
|
14143
14149
|
padding: 16px 24px 20px; }
|
|
14144
14150
|
|
|
@@ -14153,6 +14159,97 @@ body {
|
|
|
14153
14159
|
color: #374151;
|
|
14154
14160
|
line-height: 1.6; }
|
|
14155
14161
|
|
|
14162
|
+
.custom-doc-container {
|
|
14163
|
+
display: inline-block;
|
|
14164
|
+
margin-right: 10px; }
|
|
14165
|
+
|
|
14166
|
+
.custom-doc-link {
|
|
14167
|
+
display: -webkit-inline-box;
|
|
14168
|
+
display: -ms-inline-flexbox;
|
|
14169
|
+
display: inline-flex;
|
|
14170
|
+
-webkit-box-align: center;
|
|
14171
|
+
-ms-flex-align: center;
|
|
14172
|
+
align-items: center;
|
|
14173
|
+
grid-gap: 4px;
|
|
14174
|
+
gap: 4px;
|
|
14175
|
+
color: #2563eb;
|
|
14176
|
+
text-decoration: none; }
|
|
14177
|
+
.custom-doc-link span {
|
|
14178
|
+
font-size: 14px;
|
|
14179
|
+
font-weight: 600; }
|
|
14180
|
+
|
|
14181
|
+
.custom-comments-section-no-border {
|
|
14182
|
+
border-top: none !important;
|
|
14183
|
+
padding-top: 0 !important; }
|
|
14184
|
+
|
|
14185
|
+
@media (max-width: 768px) {
|
|
14186
|
+
.custom-timeline-container {
|
|
14187
|
+
padding: 16px; }
|
|
14188
|
+
.custom-tracking-line {
|
|
14189
|
+
width: 40px; }
|
|
14190
|
+
.custom-timeline-title {
|
|
14191
|
+
font-size: 20px;
|
|
14192
|
+
white-space: normal; }
|
|
14193
|
+
.custom-blue-bar {
|
|
14194
|
+
height: 40px;
|
|
14195
|
+
min-width: 30px; }
|
|
14196
|
+
.custom-vertical-line {
|
|
14197
|
+
left: 24px; }
|
|
14198
|
+
.custom-icon-container {
|
|
14199
|
+
margin-left: 0; }
|
|
14200
|
+
.custom-circular-icon {
|
|
14201
|
+
width: 40px;
|
|
14202
|
+
height: 40px; }
|
|
14203
|
+
.custom-date-badge {
|
|
14204
|
+
padding: 6px 12px;
|
|
14205
|
+
font-size: 12px; }
|
|
14206
|
+
.custom-entry-content {
|
|
14207
|
+
grid-gap: 16px;
|
|
14208
|
+
gap: 16px; }
|
|
14209
|
+
.custom-card-top {
|
|
14210
|
+
padding: 16px;
|
|
14211
|
+
-webkit-box-orient: vertical;
|
|
14212
|
+
-webkit-box-direction: normal;
|
|
14213
|
+
-ms-flex-direction: column;
|
|
14214
|
+
flex-direction: column;
|
|
14215
|
+
-webkit-box-align: start;
|
|
14216
|
+
-ms-flex-align: start;
|
|
14217
|
+
align-items: flex-start;
|
|
14218
|
+
grid-gap: 12px;
|
|
14219
|
+
gap: 12px; }
|
|
14220
|
+
.custom-card-left {
|
|
14221
|
+
padding-right: 0;
|
|
14222
|
+
width: 100%; }
|
|
14223
|
+
.custom-card-right {
|
|
14224
|
+
width: 100%; }
|
|
14225
|
+
.custom-comments-section {
|
|
14226
|
+
padding: 12px 16px;
|
|
14227
|
+
-webkit-box-orient: vertical;
|
|
14228
|
+
-webkit-box-direction: normal;
|
|
14229
|
+
-ms-flex-direction: column;
|
|
14230
|
+
flex-direction: column;
|
|
14231
|
+
grid-gap: 12px;
|
|
14232
|
+
gap: 12px; } }
|
|
14233
|
+
|
|
14234
|
+
@media (max-width: 480px) {
|
|
14235
|
+
.custom-tracking-line {
|
|
14236
|
+
display: none; }
|
|
14237
|
+
.custom-title-bar-row {
|
|
14238
|
+
grid-gap: 12px;
|
|
14239
|
+
gap: 12px; }
|
|
14240
|
+
.custom-timeline-title {
|
|
14241
|
+
font-size: 18px; }
|
|
14242
|
+
.custom-vertical-line {
|
|
14243
|
+
left: 20px; }
|
|
14244
|
+
.custom-circular-icon {
|
|
14245
|
+
width: 36px;
|
|
14246
|
+
height: 36px; }
|
|
14247
|
+
.custom-icon-container {
|
|
14248
|
+
margin-left: 2px; }
|
|
14249
|
+
.custom-entry-content {
|
|
14250
|
+
grid-gap: 12px;
|
|
14251
|
+
gap: 12px; } }
|
|
14252
|
+
|
|
14156
14253
|
.new-df-footer {
|
|
14157
14254
|
background-color: #1e293b;
|
|
14158
14255
|
color: #fff;
|
|
@@ -14420,6 +14517,228 @@ body {
|
|
|
14420
14517
|
.new-accordion-info {
|
|
14421
14518
|
margin-top: 16px; }
|
|
14422
14519
|
|
|
14520
|
+
.ral-banner {
|
|
14521
|
+
padding: 10px; }
|
|
14522
|
+
|
|
14523
|
+
.ral-banner-header {
|
|
14524
|
+
font-size: 32px;
|
|
14525
|
+
word-break: break-word; }
|
|
14526
|
+
|
|
14527
|
+
.ral-action-bar {
|
|
14528
|
+
display: -webkit-box;
|
|
14529
|
+
display: -ms-flexbox;
|
|
14530
|
+
display: flex;
|
|
14531
|
+
-webkit-box-pack: end;
|
|
14532
|
+
-ms-flex-pack: end;
|
|
14533
|
+
justify-content: flex-end;
|
|
14534
|
+
-webkit-box-align: baseline;
|
|
14535
|
+
-ms-flex-align: baseline;
|
|
14536
|
+
align-items: baseline; }
|
|
14537
|
+
|
|
14538
|
+
.ral-error-label {
|
|
14539
|
+
width: 70%;
|
|
14540
|
+
margin-left: 30%;
|
|
14541
|
+
margin-top: -18px; }
|
|
14542
|
+
|
|
14543
|
+
.ral-applicant-container {
|
|
14544
|
+
border: 1px solid #ddd;
|
|
14545
|
+
padding: 12px;
|
|
14546
|
+
margin-bottom: 16px;
|
|
14547
|
+
border-radius: 10px; }
|
|
14548
|
+
|
|
14549
|
+
.ral-applicant-header-row {
|
|
14550
|
+
display: -webkit-box;
|
|
14551
|
+
display: -ms-flexbox;
|
|
14552
|
+
display: flex;
|
|
14553
|
+
-webkit-box-align: center;
|
|
14554
|
+
-ms-flex-align: center;
|
|
14555
|
+
align-items: center;
|
|
14556
|
+
-webkit-box-pack: justify;
|
|
14557
|
+
-ms-flex-pack: justify;
|
|
14558
|
+
justify-content: space-between;
|
|
14559
|
+
margin-bottom: 20px; }
|
|
14560
|
+
|
|
14561
|
+
.ral-remove-btn {
|
|
14562
|
+
background: transparent;
|
|
14563
|
+
width: 100%;
|
|
14564
|
+
max-width: 25px; }
|
|
14565
|
+
|
|
14566
|
+
.ral-add-applicant-row {
|
|
14567
|
+
display: -webkit-box;
|
|
14568
|
+
display: -ms-flexbox;
|
|
14569
|
+
display: flex;
|
|
14570
|
+
-webkit-box-pack: end;
|
|
14571
|
+
-ms-flex-pack: end;
|
|
14572
|
+
justify-content: flex-end;
|
|
14573
|
+
margin-bottom: 16px; }
|
|
14574
|
+
|
|
14575
|
+
.ral-add-applicant-btn {
|
|
14576
|
+
border: 1px solid #2947a3;
|
|
14577
|
+
background: transparent;
|
|
14578
|
+
color: #2947a3;
|
|
14579
|
+
width: 100%;
|
|
14580
|
+
max-width: 140px; }
|
|
14581
|
+
|
|
14582
|
+
.ral-back-btn {
|
|
14583
|
+
border: 1px solid;
|
|
14584
|
+
background: transparent;
|
|
14585
|
+
color: #2947a3;
|
|
14586
|
+
margin-right: 8px; }
|
|
14587
|
+
|
|
14588
|
+
.ral-summary-card {
|
|
14589
|
+
padding: 2px; }
|
|
14590
|
+
|
|
14591
|
+
.ral-summary-section {
|
|
14592
|
+
background-color: #fff;
|
|
14593
|
+
padding: 1rem 0;
|
|
14594
|
+
border-radius: 8px;
|
|
14595
|
+
margin-bottom: 1.5rem;
|
|
14596
|
+
-webkit-box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
|
|
14597
|
+
box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04); }
|
|
14598
|
+
|
|
14599
|
+
.ral-summary-header-row {
|
|
14600
|
+
display: -webkit-box;
|
|
14601
|
+
display: -ms-flexbox;
|
|
14602
|
+
display: flex;
|
|
14603
|
+
-webkit-box-pack: justify;
|
|
14604
|
+
-ms-flex-pack: justify;
|
|
14605
|
+
justify-content: space-between;
|
|
14606
|
+
-webkit-box-align: center;
|
|
14607
|
+
-ms-flex-align: center;
|
|
14608
|
+
align-items: center;
|
|
14609
|
+
margin-bottom: .75rem; }
|
|
14610
|
+
|
|
14611
|
+
.ral-summary-heading {
|
|
14612
|
+
font-size: 1.25rem;
|
|
14613
|
+
color: #0d43a7;
|
|
14614
|
+
font-weight: 500;
|
|
14615
|
+
margin: 0; }
|
|
14616
|
+
|
|
14617
|
+
.ral-summary-row {
|
|
14618
|
+
display: -webkit-box;
|
|
14619
|
+
display: -ms-flexbox;
|
|
14620
|
+
display: flex;
|
|
14621
|
+
-webkit-box-pack: justify;
|
|
14622
|
+
-ms-flex-pack: justify;
|
|
14623
|
+
justify-content: space-between;
|
|
14624
|
+
-ms-flex-wrap: wrap;
|
|
14625
|
+
flex-wrap: wrap;
|
|
14626
|
+
border-bottom: 1px dashed #e9eef2;
|
|
14627
|
+
padding: 10px 4px;
|
|
14628
|
+
-webkit-box-align: center;
|
|
14629
|
+
-ms-flex-align: center;
|
|
14630
|
+
align-items: center; }
|
|
14631
|
+
|
|
14632
|
+
.ral-summary-label {
|
|
14633
|
+
font-weight: 600;
|
|
14634
|
+
color: #333; }
|
|
14635
|
+
|
|
14636
|
+
.ral-summary-docs-container {
|
|
14637
|
+
display: -webkit-box;
|
|
14638
|
+
display: -ms-flexbox;
|
|
14639
|
+
display: flex;
|
|
14640
|
+
-ms-flex-wrap: wrap;
|
|
14641
|
+
flex-wrap: wrap;
|
|
14642
|
+
grid-gap: 1rem;
|
|
14643
|
+
gap: 1rem;
|
|
14644
|
+
margin-top: .5rem; }
|
|
14645
|
+
|
|
14646
|
+
.ral-summary-doc-card {
|
|
14647
|
+
-webkit-box-flex: 1;
|
|
14648
|
+
-ms-flex: 1 1 220px;
|
|
14649
|
+
flex: 1 1 220px;
|
|
14650
|
+
min-width: 180px;
|
|
14651
|
+
max-width: 260px;
|
|
14652
|
+
background-color: #fbfcfe;
|
|
14653
|
+
padding: .6rem;
|
|
14654
|
+
border: 1px solid #eef3f7;
|
|
14655
|
+
border-radius: 6px; }
|
|
14656
|
+
|
|
14657
|
+
.ral-summary-applicant-subheading {
|
|
14658
|
+
padding: 6px 26px;
|
|
14659
|
+
background: #fdf5e6;
|
|
14660
|
+
font-weight: 900; }
|
|
14661
|
+
|
|
14662
|
+
.ral-summary-applicant-wrapper {
|
|
14663
|
+
margin-bottom: 1rem; }
|
|
14664
|
+
|
|
14665
|
+
.ral-doc-container {
|
|
14666
|
+
margin-bottom: 24px; }
|
|
14667
|
+
|
|
14668
|
+
.ral-doc-field, .ral-doc-label {
|
|
14669
|
+
width: 100%; }
|
|
14670
|
+
|
|
14671
|
+
.ral-doc-field-employee {
|
|
14672
|
+
max-width: 500px; }
|
|
14673
|
+
|
|
14674
|
+
.ral-doc-upload-msg {
|
|
14675
|
+
width: 100%; }
|
|
14676
|
+
|
|
14677
|
+
.ral-doc-upload-input {
|
|
14678
|
+
width: 280px; }
|
|
14679
|
+
|
|
14680
|
+
.ral-doc-error {
|
|
14681
|
+
color: #d4351c;
|
|
14682
|
+
font-size: 12px;
|
|
14683
|
+
margin-top: 4px;
|
|
14684
|
+
margin-bottom: 10px; }
|
|
14685
|
+
|
|
14686
|
+
.ral-app-details-header {
|
|
14687
|
+
margin-left: 14px;
|
|
14688
|
+
max-width: 960px; }
|
|
14689
|
+
|
|
14690
|
+
.ral-app-details-owner-header {
|
|
14691
|
+
padding: 5px 24px 0;
|
|
14692
|
+
font-weight: 600; }
|
|
14693
|
+
|
|
14694
|
+
.ral-app-details-docs-card {
|
|
14695
|
+
display: -webkit-box;
|
|
14696
|
+
display: -ms-flexbox;
|
|
14697
|
+
display: flex;
|
|
14698
|
+
-ms-flex-wrap: wrap;
|
|
14699
|
+
flex-wrap: wrap;
|
|
14700
|
+
grid-gap: 30px;
|
|
14701
|
+
gap: 30px;
|
|
14702
|
+
margin-bottom: 26px; }
|
|
14703
|
+
|
|
14704
|
+
.ral-my-properties-container {
|
|
14705
|
+
margin-top: 16px; }
|
|
14706
|
+
|
|
14707
|
+
.ral-my-properties-header {
|
|
14708
|
+
margin-left: 8px; }
|
|
14709
|
+
|
|
14710
|
+
.ral-my-properties-actions {
|
|
14711
|
+
display: -webkit-box;
|
|
14712
|
+
display: -ms-flexbox;
|
|
14713
|
+
display: flex;
|
|
14714
|
+
grid-gap: 20px;
|
|
14715
|
+
gap: 20px; }
|
|
14716
|
+
|
|
14717
|
+
.ral-my-properties-load-more, .ral-my-properties-no-result {
|
|
14718
|
+
margin-left: 16px;
|
|
14719
|
+
margin-top: 16px; }
|
|
14720
|
+
|
|
14721
|
+
.ral-my-properties-load-more-link {
|
|
14722
|
+
cursor: pointer;
|
|
14723
|
+
color: #007bff;
|
|
14724
|
+
font-weight: 700; }
|
|
14725
|
+
|
|
14726
|
+
.ral-modal-header {
|
|
14727
|
+
margin-left: 20px; }
|
|
14728
|
+
|
|
14729
|
+
.ral-modal-close {
|
|
14730
|
+
margin-right: 20px; }
|
|
14731
|
+
|
|
14732
|
+
.ral-header-32 {
|
|
14733
|
+
font-size: 32px; }
|
|
14734
|
+
|
|
14735
|
+
.ral-card-subheader-24 {
|
|
14736
|
+
font-size: 24px; }
|
|
14737
|
+
|
|
14738
|
+
.ral-card-subheader-24-margin {
|
|
14739
|
+
font-size: 24px;
|
|
14740
|
+
margin-top: 30px; }
|
|
14741
|
+
|
|
14423
14742
|
.ads-view-cart {
|
|
14424
14743
|
margin-left: 12px;
|
|
14425
14744
|
padding: 8px 16px;
|