From 060f2e2f39f672edaac7406cb5390f6993133a6c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 12 Feb 2026 18:18:45 +0530 Subject: [PATCH] Poroduct conflict --- src/Styles/Product/Product.scss | 170 ++++++++++++++++++++++++-------- 1 file changed, 130 insertions(+), 40 deletions(-) diff --git a/src/Styles/Product/Product.scss b/src/Styles/Product/Product.scss index cc2c354..0b7ddda 100644 --- a/src/Styles/Product/Product.scss +++ b/src/Styles/Product/Product.scss @@ -1,21 +1,23 @@ .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; } } +// .cropUploadFieldSmallNoData { + +// :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select, +// :where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select { +// width: 65px; +// height: 65px; +// } +// } + .productinputForm { display: flex; flex-wrap: wrap; @@ -116,6 +118,7 @@ left: 2px; } } + .ProSubRowFlex { display: flex; flex-wrap: wrap; @@ -163,6 +166,7 @@ display: flex; flex-direction: column; + // justify-content: space-between; & label { font-weight: 600; } @@ -188,6 +192,8 @@ justify-content: center; width: min(176px, 188px); height: 52px; + // width: 20%; + // height: 45px; padding: 10px 0px; cursor: pointer; } @@ -333,14 +339,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,12 +401,16 @@ } .productinputForm { - .ant-input-affix-wrapper > input.ant-input { + .ant-input-affix-wrapper>input.ant-input { padding-top: 1.5rem; } } .productMtrImgUpload1 { + // .ant-modal-body { + // height: 400px; + // } + .productMtrImgUpload { display: flex; align-items: center; @@ -445,7 +455,7 @@ } .product-Add-HSN { - .ant-input-affix-wrapper > input.ant-input { + .ant-input-affix-wrapper>input.ant-input { padding: 12px 0 0 0 !important; } } @@ -485,6 +495,7 @@ .ant-form-item { margin-bottom: 0; } + .ant-input { padding: 4px 14px 6px 11px !important; text-decoration: underline; @@ -510,6 +521,7 @@ width: 100%; display: flex; justify-content: flex-end; + @media (max-width: 500px) { position: fixed; right: 10px; @@ -517,35 +529,113 @@ } } +.direct-sale-container { + .uom-select { + width: 90px !important; + } + + .tax-select { + width: 120px !important; + } + + .tax-select, + .uom-select { + + .ant-select-selection-placeholder, + .ant-select-selection-item { + padding-inline-end: 0 !important; + padding-top: 0 !important; + margin-top: 0 !important; + } + } + + .ant-select-arrow { + top: 60% !important; + } + + .ant-input { + padding: 6px 14px 6px 11px !important; + } + + .ant-select-single:not(.ant-select-customize-input) .ant-select-selector { + height: 36.5px !important; + } + +} + +.directsaleBTN { + + .ant-btn { + width: max-content !important; + height: 36px !important; + z-index: 0; + } + + .ant-btn:disabled, + .ant-btn[disabled] { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.25); + } + + .ant-btn:not(:disabled) { + background-color: #10b981; + color: #fff; + font-size: 14px; + height: 36px !important; + border-radius: 6px; + font-family: "Poppins"; + + &:hover { + + background: #ffffff !important; + background-color: #ffffff !important; + color: #10b981; + border-color: #10b981; + } + } + + .save-btn { + background-color: #0088ff !important; + + &:hover { + color: #0088ff !important; + border-color: #0088ff !important; + } + } + + .ant-btn:not(:disabled):nth-child(2) { + background-color: #1292ee; + color: #fff; + font-size: 14px; + height: 36px !important; + border-radius: 6px; + + } + +} + + +.DirectSaleTable { + height: 70vh; + overflow: auto; + scrollbar-width: thin; +} + +.requiredIcons { + width: 12px; + border-radius: 6px; + height: 12px; + background-color: #fff; + padding: 2px; +} + .ProductMainRowFlex { display: flex; align-items: flex-start; gap: 1rem; width: 100%; + @media (max-width: 768px) { flex-direction: column; } -} -.customerOffer { - width: 16rem; - height: 3rem; - background-color: #f5f5f5; - border-radius: 5px; - display: flex; - cursor: pointer; -} - -.customerOffer div { - width: 50%; - display: flex; - justify-content: center; - align-items: center; - gap: 0.5rem; - border-radius: 5px; -} - -.prodMasterAddDetails { - display: flex; - align-items: center; - gap: 10px; -} +} \ No newline at end of file