Productcss coflict Solved

This commit is contained in:
Your Name 2026-02-12 18:22:44 +05:30
parent 4b6200d272
commit d5d604f9c5
1 changed files with 40 additions and 37 deletions

View File

@ -1,23 +1,21 @@
.cropUploadFieldSmall { .cropUploadFieldSmall {
:where(.css-dev-only-do-not-override-1v5z42l).ant-upload-wrapper.ant-upload-picture-card-wrapper
: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, .ant-upload-list.ant-upload-list-picture-card
: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, .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
: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 { .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; width: 65px;
height: 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 { .productinputForm {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -118,7 +116,6 @@
left: 2px; left: 2px;
} }
} }
.ProSubRowFlex { .ProSubRowFlex {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -166,7 +163,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
// justify-content: space-between;
& label { & label {
font-weight: 600; font-weight: 600;
} }
@ -192,8 +188,6 @@
justify-content: center; justify-content: center;
width: min(176px, 188px); width: min(176px, 188px);
height: 52px; height: 52px;
// width: 20%;
// height: 45px;
padding: 10px 0px; padding: 10px 0px;
cursor: pointer; cursor: pointer;
} }
@ -407,10 +401,6 @@
} }
.productMtrImgUpload1 { .productMtrImgUpload1 {
// .ant-modal-body {
// height: 400px;
// }
.productMtrImgUpload { .productMtrImgUpload {
display: flex; display: flex;
align-items: center; align-items: center;
@ -495,7 +485,6 @@
.ant-form-item { .ant-form-item {
margin-bottom: 0; margin-bottom: 0;
} }
.ant-input { .ant-input {
padding: 4px 14px 6px 11px !important; padding: 4px 14px 6px 11px !important;
text-decoration: underline; text-decoration: underline;
@ -521,7 +510,6 @@
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
@media (max-width: 500px) { @media (max-width: 500px) {
position: fixed; position: fixed;
right: 10px; right: 10px;
@ -540,7 +528,6 @@
.tax-select, .tax-select,
.uom-select { .uom-select {
.ant-select-selection-placeholder, .ant-select-selection-placeholder,
.ant-select-selection-item { .ant-select-selection-item {
padding-inline-end: 0 !important; padding-inline-end: 0 !important;
@ -560,11 +547,9 @@
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector { .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
height: 36.5px !important; height: 36.5px !important;
} }
} }
.directsaleBTN { .directsaleBTN {
.ant-btn { .ant-btn {
width: max-content !important; width: max-content !important;
height: 36px !important; height: 36px !important;
@ -586,7 +571,6 @@
font-family: "Poppins"; font-family: "Poppins";
&:hover { &:hover {
background: #ffffff !important; background: #ffffff !important;
background-color: #ffffff !important; background-color: #ffffff !important;
color: #10b981; color: #10b981;
@ -609,12 +593,9 @@
font-size: 14px; font-size: 14px;
height: 36px !important; height: 36px !important;
border-radius: 6px; border-radius: 6px;
} }
} }
.DirectSaleTable { .DirectSaleTable {
height: 70vh; height: 70vh;
overflow: auto; overflow: auto;
@ -634,8 +615,30 @@
align-items: flex-start; align-items: flex-start;
gap: 1rem; gap: 1rem;
width: 100%; width: 100%;
@media (max-width: 768px) { @media (max-width: 768px) {
flex-direction: column; 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;
}