Merge pull request 'Voice to Text' (#208) from OptimUpdate into main

Reviewed-on: Pozomind/pozo-retail-app#208
Reviewed-by: karthikalakshmi <karthigalakshmi@pozomind.com>
This commit is contained in:
karthikalakshmi 2026-03-02 16:48:06 +05:30
commit 3d2275a904
2 changed files with 541 additions and 530 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
}
.voiceToTextIcon {
top: 10px;
top: 13px;
}
}
@ -37,7 +37,6 @@
text-align: center;
}
.BSItemCard-master-container {
display: flex;
flex-direction: row;
@ -251,7 +250,6 @@
column-gap: 0.5rem !important;
}
.ant-modal .ant-modal-content {
padding: 1rem !important;
}
@ -283,7 +281,7 @@
width: 60px !important;
//
}
.BSItemCard-itemMRP {
.BSItemCard-itemMRP {
font-size: 7px !important;
//nk
width: 60px !important;
@ -360,7 +358,6 @@
.bs-item-card-masterdiv {
height: inherit;
}
}
@media (min-width: 500px) and (max-width: 767px) {
@ -390,7 +387,6 @@
}
}
.QRStockchange-table thead {
position: sticky;
top: 0;
@ -402,7 +398,7 @@
border-spacing: 0px;
}
.QRStockchange-table .ant-table-wrapper .ant-table-thead>tr>th {
.QRStockchange-table .ant-table-wrapper .ant-table-thead > tr > th {
color: black !important;
font-weight: 600 !important;
font-size: 14px;
@ -573,13 +569,13 @@
background-color: #fafafa;
}
.Card-modal-table .ant-table-wrapper .ant-table-thead>tr>th {
.Card-modal-table .ant-table-wrapper .ant-table-thead > tr > th {
color: black !important;
font-weight: 600 !important;
font-size: 14px;
}
.Card-modal-table .ant-table-row>td {
.Card-modal-table .ant-table-row > td {
color: black !important;
font-weight: 500 !important;
font-size: 16px;
@ -834,7 +830,6 @@
.Payment-loader1 {
.Payment-loader {
// column-gap: 1rem;
.contener_mixte {
top: 5px;
@ -991,15 +986,15 @@
font-size: 1rem;
}
}
.card4MRP {
font-size: 0.80rem;
line-height: 0.80rem;
.card4MRP {
font-size: 0.8rem;
line-height: 0.8rem;
font-weight: 600;
color: #059669;
-webkit-text-stroke-width: 0.3px;
@media (max-width: 500px) {
font-size: 0.50rem;
font-size: 0.5rem;
}
}
@ -1382,7 +1377,7 @@
font-family: "Poppins";
font-size: 0.8rem;
>div:nth-child(1) {
> div:nth-child(1) {
font-size: 0.8rem;
font-weight: 600;
}
@ -2344,4 +2339,4 @@
top: 2px;
left: 8px;
}
}
}