- {data[ind][0]} {data[ind][1]} -
-{data[ind][2]}
-- +91 {" "} - -
-setInd(4)}> Shipping & Returns
setInd(5)}>Grow Business
- - + + + +{data[ind][2]}
-- +91 {" "} - -
-+ {data[ind][2]} +
++ +91 {" "} + +
++ + GSTIN +
++ {" "} + + Bank Account +
+
+ >
+ );
+}
+
+let Section = styled.section`
+ display: flex;
+ position: relative;
+ justify-content: space-evenly;
+ padding: 50px;
+ flex-wrap: wrap;
+ + #footer-image {
+ height: 150px;
+ width: 99vw;
+ }
+ article {
+ width: 420px;
+ padding: 10px;
+ margin: 0 50px;
+ #selling-form-h1 {
+ font-size: 28px;
+ + p {
+ font-size: 14.5px;
+ margin: 8px 0 15px;
+ }
+ }
+ #selling-form-inp {
+ display: flex;
+ margin: 12px 0;
+ button {
+ color: #f43397;
+ background-color: #fff;
+ border: 1px solid #f43397;
+ padding: 7px 10px;
+ }
+ }
+ #selling-form-inp input {
+ flex-grow: 1;
+ margin-right: 15px;
+ padding: 7px 9px;
+ }
+ .input-text {
+ width: 94.6%;
+ padding: 7px 9px;
+ margin: 12px 0;
+ }
+ #selling-form-password {
+ border: 1px solid #000;
+ /* width: 79.2%; */
+ padding: 8px 9px;
+ margin: 12px 0;
+ display: flex;
+ input {
+ border: none;
+ flex-grow: 1;
+ &:focus {
+ outline: none;
+ }
+ }
+ }
+ }
+ ul {
+ font-size: 13px;
+ padding-left: 20px;
+ margin-bottom: 12px;
+ li {
+ margin: 7px 0;
+ }
+ }
+
+ #box + label {
+ font-size: 14px;
+ span {
+ color: #f43397;
+ font-weight: bold;
+ }
+ }
+ label + button {
+ margin: 50px 0 15px;
+ width: 100%;
+ font-weight: 500;
+ padding: 13px 0;
+ color: white;
+ background-color: #f43397;
+ border: none;
+ + p {
+ font-size: 10px;
+ text-align: center;
+ span {
+ color: #f43397;
+ font-weight: 500;
+ }
+ }
+ }
+ .active {
+ background-color: #f43397 !important;
+ color: white !important;
+ }
+ img {
+ width: 140%;
+ margin: 50px 0;
+ }
+ h4 {
+ margin: 15px 0;
+ }
+ p > svg {
+ margin-right: 10px;
+ transform: translateY(4px);
+ }
+`;
diff --git a/src/Components/Supplier/form-img.png b/src/Components/Supplier/form-img.png
new file mode 100644
index 0000000..285ff05
Binary files /dev/null and b/src/Components/Supplier/form-img.png differ
diff --git a/src/Components/Supplier/meesho_full_background.jpg b/src/Components/Supplier/meesho_full_background.jpg
new file mode 100644
index 0000000..c7a1d83
Binary files /dev/null and b/src/Components/Supplier/meesho_full_background.jpg differ