From b76e28f7ea89161bfc1e8066655f68bf31e8150b Mon Sep 17 00:00:00 2001 From: Tamilselvan Date: Wed, 28 Jan 2026 18:56:12 +0530 Subject: [PATCH] I have Just Added Style for Custmoized Quick Add --- src/Styles/Product/Product.scss | 44 ++++++++++++++------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/src/Styles/Product/Product.scss b/src/Styles/Product/Product.scss index 2d4e839..7363dd2 100644 --- a/src/Styles/Product/Product.scss +++ b/src/Styles/Product/Product.scss @@ -1,24 +1,9 @@ .cropUploadFieldSmall { - :where( - .css-dev-only-do-not-override-1v5z42l - ).ant-upload-wrapper.ant-upload-picture-card-wrapper - .ant-upload-list.ant-upload-list-picture-card - .ant-upload-list-item-container, - :where( - .css-dev-only-do-not-override-1v5z42l - ).ant-upload-wrapper.ant-upload-picture-circle-wrapper - .ant-upload-list.ant-upload-list-picture-card - .ant-upload-list-item-container, - :where( - .css-dev-only-do-not-override-1v5z42l - ).ant-upload-wrapper.ant-upload-picture-card-wrapper - .ant-upload-list.ant-upload-list-picture-circle - .ant-upload-list-item-container, - :where( - .css-dev-only-do-not-override-1v5z42l - ).ant-upload-wrapper.ant-upload-picture-circle-wrapper - .ant-upload-list.ant-upload-list-picture-circle - .ant-upload-list-item-container { + + :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container, + :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container, + :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container, + :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container { width: 65px; height: 65px; } @@ -125,6 +110,7 @@ .float-label { margin-bottom: 0; } + .ant-form-item-explain-error { position: relative; top: 16px; @@ -333,14 +319,14 @@ } .viewerExcelupload .ant-table-wrapper, -.viewerExcelupload .ant-table-tbody > tr.ant-table-row > td { +.viewerExcelupload .ant-table-tbody>tr.ant-table-row>td { padding: 4px; font-size: 14px; font-weight: 600; } .viewerExcelupload .ant-table-wrapper, -.viewerExcelupload .ant-table-thead > tr > th { +.viewerExcelupload .ant-table-thead>tr>th { padding: 1px 8px !important; } @@ -395,7 +381,7 @@ } .productinputForm { - .ant-input-affix-wrapper > input.ant-input { + .ant-input-affix-wrapper>input.ant-input { padding-top: 1.5rem; } } @@ -449,7 +435,7 @@ } .product-Add-HSN { - .ant-input-affix-wrapper > input.ant-input { + .ant-input-affix-wrapper>input.ant-input { padding: 12px 0 0 0 !important; } } @@ -490,7 +476,15 @@ } -.productFormproductImg{ +.productFormproductImg { width: 350px; align-items: center; +} + +.Customized_QuickAdd { + margin-bottom: 10px; + font-family: 'Poppins', sans-serif; + font-size: 16px; + font-weight: 400; + font-style: normal; } \ No newline at end of file