diff --git a/images/Co-applicants.svg b/images/Co-applicantsdoc.svg similarity index 100% rename from images/Co-applicants.svg rename to images/Co-applicantsdoc.svg diff --git a/images/Income.svg b/images/Incomedoc.svg similarity index 100% rename from images/Income.svg rename to images/Incomedoc.svg diff --git a/images/Photo.svg b/images/Photodoc.svg similarity index 100% rename from images/Photo.svg rename to images/Photodoc.svg diff --git a/images/Property.svg b/images/Propertydoc.svg similarity index 100% rename from images/Property.svg rename to images/Propertydoc.svg diff --git a/images/whatsapp.svg b/images/whatsappdoc.svg similarity index 100% rename from images/whatsapp.svg rename to images/whatsappdoc.svg diff --git a/styles/documents-required/documents-required.css b/styles/documents-required/documents-required.css index 0ae216d983..df2699f216 100644 --- a/styles/documents-required/documents-required.css +++ b/styles/documents-required/documents-required.css @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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),