Skip to content

Commit

Permalink
documents required images name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Sep 26, 2024
1 parent cb6220b commit ed607f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions styles/documents-required/documents-required.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.section.documents-required-brown .default-content-wrapper .button-container ::after{
content: '';
position: absolute;
background-image: url('/images/whatsapp.svg');
background-image: url('/images/whatsappdoc.svg');
top: 13px;
height: 20px;
width: 20px;
Expand Down Expand Up @@ -161,7 +161,7 @@
}
.section.documents-required-brown .accordion-group-wrapper .accordion-group .accordion:nth-child(2) details::before{
position: absolute;
background-image: url('/images/income.svg');
background-image: url('/images/incomedoc.svg');
left: 0;
top: 40px;
object-fit: contain;
Expand All @@ -178,7 +178,7 @@
}
.section.documents-required-brown .accordion-group-wrapper .accordion-group .accordion:nth-child(3) details::before{
position: absolute;
background-image: url('/images/property.svg');
background-image: url('/images/propertydoc.svg');
left: 0;
top: 40px;
object-fit: contain;
Expand All @@ -195,7 +195,7 @@
}
.section.documents-required-brown .accordion-group-wrapper .accordion-group .accordion:nth-child(4) details::before{
position: absolute;
background-image: url('/images/co-applicants.svg');
background-image: url('/images/co-applicantsdoc.svg');
left: 0;
top: 30px;
object-fit: contain;
Expand All @@ -212,7 +212,7 @@
}
.section.documents-required-brown .accordion-group-wrapper .accordion-group .accordion:nth-child(5) details::before{
position: absolute;
background-image: url('/images/photo.svg');
background-image: url('/images/photodoc.svg');
left: 0;
top: 30px;
object-fit: contain;
Expand Down Expand Up @@ -416,11 +416,11 @@ table {
}

.section.documents-required-brown.document-required-accordion-img-swap .accordion-group-wrapper .accordion-group .accordion:nth-last-child(2) details::before{
background-image: url('/images/co-applicants.svg');
background-image: url('/images/co-applicantsdoc.svg');
}

.section.documents-required-brown.document-required-accordion-img-swap .accordion-group-wrapper .accordion-group .accordion:last-child details::before{
background-image: url('/images/photo.svg');
background-image: url('/images/photodoc.svg');
}

.section.documents-required-brown.document-required-accordion-img table:nth-child(2) > tbody > tr> th:nth-child(3),
Expand Down

0 comments on commit ed607f1

Please sign in to comment.