I have Just Added Style for Custmoized Quick Add
This commit is contained in:
parent
7e2f18ce33
commit
b76e28f7ea
|
|
@ -1,24 +1,9 @@
|
||||||
.cropUploadFieldSmall {
|
.cropUploadFieldSmall {
|
||||||
:where(
|
|
||||||
.css-dev-only-do-not-override-1v5z42l
|
: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-wrapper.ant-upload-picture-card-wrapper
|
: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.ant-upload-list-picture-card
|
: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,
|
||||||
.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-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;
|
width: 65px;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
}
|
}
|
||||||
|
|
@ -125,6 +110,7 @@
|
||||||
.float-label {
|
.float-label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-form-item-explain-error {
|
.ant-form-item-explain-error {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 16px;
|
top: 16px;
|
||||||
|
|
@ -333,14 +319,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewerExcelupload .ant-table-wrapper,
|
.viewerExcelupload .ant-table-wrapper,
|
||||||
.viewerExcelupload .ant-table-tbody > tr.ant-table-row > td {
|
.viewerExcelupload .ant-table-tbody>tr.ant-table-row>td {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewerExcelupload .ant-table-wrapper,
|
.viewerExcelupload .ant-table-wrapper,
|
||||||
.viewerExcelupload .ant-table-thead > tr > th {
|
.viewerExcelupload .ant-table-thead>tr>th {
|
||||||
padding: 1px 8px !important;
|
padding: 1px 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -395,7 +381,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.productinputForm {
|
.productinputForm {
|
||||||
.ant-input-affix-wrapper > input.ant-input {
|
.ant-input-affix-wrapper>input.ant-input {
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -449,7 +435,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-Add-HSN {
|
.product-Add-HSN {
|
||||||
.ant-input-affix-wrapper > input.ant-input {
|
.ant-input-affix-wrapper>input.ant-input {
|
||||||
padding: 12px 0 0 0 !important;
|
padding: 12px 0 0 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -490,7 +476,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.productFormproductImg{
|
.productFormproductImg {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Customized_QuickAdd {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue