Merge pull request 'Alignment Issue' (#214) from PushMainVM into main
Reviewed-on: Pozomind/pozo-retail-app#214
This commit is contained in:
commit
0111c26240
|
|
@ -17,7 +17,7 @@ import BSBillingEbill from '../BSBillingEwayBill/BSBillingEbill';
|
|||
import Search from '../../../../../Components/Forms/Search';
|
||||
import { IoEye } from 'react-icons/io5';
|
||||
// src\Styles\BookingScreen\Components\UtillComponents\BSNavBarComponents.scss
|
||||
import "../../../../../Styles/BookingScreen/Components/UtillComponents/BSNavBarComponents.scss"
|
||||
import '../../../../../Styles/BookingScreen/Components/UtillComponents/BSNavBarComponents.scss';
|
||||
const { RangePicker } = DatePicker;
|
||||
|
||||
const ListOfSalesInvoices = (props) => {
|
||||
|
|
@ -451,7 +451,14 @@ const ListOfSalesInvoices = (props) => {
|
|||
handleCancel={handleProductmodalCancel}
|
||||
footer={false}
|
||||
children={
|
||||
<div style={{ height: '400px', overflowY: 'scroll' }}>
|
||||
<div
|
||||
style={{
|
||||
height: '400px',
|
||||
overflowY: 'auto',
|
||||
scrollbarWidth: 'thin',
|
||||
}}
|
||||
className='oderdetailsSales'
|
||||
>
|
||||
<Table
|
||||
dataSource={orderDetail}
|
||||
columns={Proddetailcolumns}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.booking-billing-container {
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.booking-billing-main {
|
||||
|
|
@ -45,9 +45,9 @@
|
|||
background-color: white;
|
||||
top: 0;
|
||||
height: 2rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
|
||||
>th {
|
||||
> th {
|
||||
font-size: 10px !important;
|
||||
font-weight: 400 !important;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
.booking-billing-table-row {
|
||||
background-color: rgba(235, 235, 236, 1);
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
}
|
||||
|
||||
.price-rate {
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 30px;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
.booking-billing-items {
|
||||
color: var(--SELECTED_COLOR);
|
||||
text-align: right;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
.table-items {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
align-items: right;
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
|
|
@ -293,7 +293,7 @@
|
|||
|
||||
.table-item-price {
|
||||
text-align: center;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
font-weight: 600;
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
.extra-price-item {
|
||||
color: var(--SELECTED_COLOR);
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -323,11 +323,11 @@
|
|||
text-align: right;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.booking-billing-table-container {
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
position: relative;
|
||||
transition: all 0.3s ease;
|
||||
height: 100%;
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
border: #545454 solid 1px;
|
||||
color: rgb(0, 0, 0);
|
||||
align-items: center;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
cursor: pointer;
|
||||
border-radius: 8px;
|
||||
font-size: 22px;
|
||||
|
|
@ -533,7 +533,7 @@
|
|||
.booking-billing-table-row-disabled {
|
||||
pointer-events: none;
|
||||
background-color: rgb(243, 248, 213);
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -679,7 +679,7 @@
|
|||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
padding: 0rem 1rem;
|
||||
display: inline-block;
|
||||
padding: 2px;
|
||||
|
|
@ -699,7 +699,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 150px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
@ -796,7 +796,7 @@
|
|||
.payment-mode-button-selected {
|
||||
display: flex;
|
||||
padding: 5px 14px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
background-color: var(--DEFAULT_SELECTED_COLOR);
|
||||
border: none;
|
||||
border-radius: 4.982px;
|
||||
|
|
@ -907,7 +907,7 @@
|
|||
display: flex;
|
||||
padding: 5px 14px;
|
||||
height: 23px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
background-color: var(--DEFAULT_SELECTED_COLOR);
|
||||
border: none;
|
||||
border-radius: 4.982px;
|
||||
|
|
@ -944,7 +944,7 @@
|
|||
.customer-mobile-name {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: 'row';
|
||||
flex-direction: "row";
|
||||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
|
|
@ -1004,7 +1004,7 @@
|
|||
|
||||
.billing-table-header {
|
||||
padding: 4px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.body-tooltip {
|
||||
|
|
@ -1106,7 +1106,7 @@
|
|||
background-color: #2563eb;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #fff;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
position: sticky;
|
||||
|
|
@ -1123,13 +1123,13 @@
|
|||
gap: 1rem;
|
||||
white-space: nowrap;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
background-color: #fff3;
|
||||
font-size: 10px;
|
||||
padding: 1px 6px;
|
||||
|
|
@ -1146,7 +1146,7 @@
|
|||
background-color: #2563eb;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #fff;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
position: sticky;
|
||||
|
|
@ -1154,9 +1154,7 @@
|
|||
z-index: 10;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
background-color: linear-gradient(to bottom right,
|
||||
#1e2536,
|
||||
#2a3447) !important;
|
||||
background-color: linear-gradient(to bottom right, #1e2536, #2a3447) !important;
|
||||
background: linear-gradient(to bottom right, #1e2536, #2a3447) !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
|
@ -1171,13 +1169,13 @@
|
|||
gap: 1rem;
|
||||
white-space: nowrap;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
background-color: #fff3;
|
||||
font-size: small;
|
||||
padding: 1px 6px;
|
||||
|
|
@ -1193,11 +1191,11 @@
|
|||
padding: 12px 16px;
|
||||
|
||||
.ShoppingCartMain-left {
|
||||
>div {
|
||||
> div {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
|
@ -1208,11 +1206,11 @@
|
|||
align-items: flex-start;
|
||||
|
||||
.ShoppingCartMain-left {
|
||||
>div {
|
||||
> div {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
|
@ -1245,7 +1243,7 @@
|
|||
.CheckoutButton {
|
||||
width: 100%;
|
||||
padding: 1.2rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
background-color: #0d9488;
|
||||
color: #fff;
|
||||
border: none;
|
||||
|
|
@ -1271,7 +1269,7 @@
|
|||
.standard-pay-btn-refund {
|
||||
padding: 0.9rem 0.75rem;
|
||||
font-size: 1.125rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
|
@ -1292,7 +1290,7 @@
|
|||
.standard-pay-btn {
|
||||
padding: 0.9rem 0.75rem;
|
||||
font-size: 1.125rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
|
@ -1320,7 +1318,7 @@
|
|||
width: 100%;
|
||||
padding: 0.7rem 0.75rem;
|
||||
font-size: 1.125rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
|
@ -1349,7 +1347,7 @@
|
|||
.paybutton {
|
||||
padding: 0.7rem 0.75rem;
|
||||
font-size: 16px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
|
|
@ -1373,7 +1371,7 @@
|
|||
.paybutton-selected {
|
||||
padding: 0.7rem 0.75rem;
|
||||
font-size: 16px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
|
|
@ -1420,7 +1418,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-weight: 500;
|
||||
border: 1px solid #e5e7eb;
|
||||
padding: 10px;
|
||||
|
|
@ -1454,14 +1452,14 @@
|
|||
font-weight: 400;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
color: #4b5563;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
color: #4b5563;
|
||||
}
|
||||
}
|
||||
|
|
@ -1474,7 +1472,7 @@
|
|||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
color: #16a34a;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
@ -1482,7 +1480,7 @@
|
|||
font-weight: 500;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
color: #16a34a;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1496,7 +1494,7 @@
|
|||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
color: #1f2937;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
@ -1504,7 +1502,7 @@
|
|||
font-weight: 500;
|
||||
-webkit-text-stroke-width: 0.3px;
|
||||
color: #16a34a;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1525,7 +1523,7 @@
|
|||
padding: 1px 10px 4px 10px;
|
||||
border-radius: 50px;
|
||||
cursor: pointer;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
border: none;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
|
@ -1541,7 +1539,7 @@
|
|||
.Table3-items {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.shoppingCartLeft {
|
||||
|
|
@ -1558,7 +1556,7 @@
|
|||
.paybutton {
|
||||
padding: 10px 12px;
|
||||
|
||||
>svg {
|
||||
> svg {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -1608,13 +1606,13 @@
|
|||
font-weight: 500;
|
||||
-webkit-text-stroke-width: 0.3px;
|
||||
color: #ffffff;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.standard-pay-btns {
|
||||
flex: 1;
|
||||
|
||||
>button {
|
||||
> button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -1668,4 +1666,4 @@
|
|||
@media (max-width: 768px) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6076,22 +6076,25 @@ const BSItemCard = (props) => {
|
|||
zIndex: '12',
|
||||
top:
|
||||
templateData?.BookingNavbar?.[0] === 'Navbar3' &&
|
||||
[
|
||||
'Layout1',
|
||||
'Layout2',
|
||||
'Layout3',
|
||||
'Layout4',
|
||||
'Layout5',
|
||||
'Layout6',
|
||||
].includes(templateData?.BookingLayout?.[0])
|
||||
? '4.4rem'
|
||||
: ['Layout4', 'Layout5', 'Layout6'].includes(
|
||||
templateData?.BookingLayout?.[0] === 'Layout3'
|
||||
? '1rem'
|
||||
: templateData?.BookingNavbar?.[0] === 'Navbar3' &&
|
||||
['Layout1', 'Layout2'].includes(
|
||||
templateData?.BookingLayout?.[0]
|
||||
)
|
||||
? '2.8rem'
|
||||
: templateData?.BookingNavbar?.[0] === 'Navbar3'
|
||||
? '3rem'
|
||||
: '',
|
||||
? '13px'
|
||||
: templateData?.BookingNavbar?.[0] === 'Navbar3' &&
|
||||
['Layout4', 'Layout5', 'Layout6'].includes(
|
||||
templateData?.BookingLayout?.[0]
|
||||
)
|
||||
? '4.4rem'
|
||||
: ['Layout4', 'Layout5', 'Layout6'].includes(
|
||||
templateData?.BookingLayout?.[0]
|
||||
)
|
||||
? '2.8rem'
|
||||
: templateData?.BookingNavbar?.[0] === 'Navbar3'
|
||||
? '3rem'
|
||||
: '',
|
||||
}}
|
||||
>
|
||||
<VoiceToTextItemCard
|
||||
|
|
|
|||
|
|
@ -1168,7 +1168,7 @@ const BSNavbar1 = (props) => {
|
|||
</div>
|
||||
}
|
||||
trigger="click"
|
||||
placement="left"
|
||||
placement="left"
|
||||
open={open}
|
||||
onOpenChange={handleOpenChange}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -871,9 +871,12 @@ const BSNavbar2 = () => {
|
|||
)}
|
||||
</>
|
||||
)}
|
||||
<div className='Nav2BSNavBarWholeSale'>
|
||||
|
||||
{SalesMode?.SettingValue === 'Y' && !OtherServicesglobal && (
|
||||
<BSNavBarWholeSale />
|
||||
)}
|
||||
</div>
|
||||
{!OtherServicesglobal && ScanLayoutScreen?.SettingValue === 'Y' && (
|
||||
<BSScanTemplate />
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ const BSNavBarWholeSale = ({ drawerOpen = false, setDrawerOpen = () => { } }) =>
|
|||
border: 'none',
|
||||
outline: 'none',
|
||||
cursor: 'pointer',
|
||||
padding:"10px",
|
||||
};
|
||||
|
||||
const iconStyle = {
|
||||
|
|
@ -59,7 +60,7 @@ const BSNavBarWholeSale = ({ drawerOpen = false, setDrawerOpen = () => { } }) =>
|
|||
}, [drawerOpen?.wholesale])
|
||||
|
||||
return (
|
||||
<button onClick={toggleSaleType} style={btnStyle}>
|
||||
<button className='WholesaleretialChangeIcon' onClick={toggleSaleType} style={btnStyle}>
|
||||
<span style={iconStyle}>
|
||||
{isWholesale ? <FaBoxes/> : <MdAddShoppingCart />}
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -20,12 +20,13 @@
|
|||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0%, 100% {
|
||||
0%,
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 0.6;
|
||||
}
|
||||
50% {
|
||||
transform: scale(1.8);
|
||||
transform: scale(1.5);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
}
|
||||
|
||||
.BSBilling3PayMaster {
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
.BSBill-Table3-content {
|
||||
background-color: rgba(235, 235, 236, 1);
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -201,7 +201,7 @@
|
|||
}
|
||||
|
||||
.Table3-rate {
|
||||
font-family: 'Gilroy-SemiBold';
|
||||
font-family: "Gilroy-SemiBold";
|
||||
font-size: 30px;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
.BSBill3-items {
|
||||
color: var(--SELECTED_COLOR);
|
||||
text-align: right;
|
||||
font-family: 'Gilroy-SemiBold';
|
||||
font-family: "Gilroy-SemiBold";
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
.Table3-items {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: 'Gilroy-Medium';
|
||||
font-family: "Gilroy-Medium";
|
||||
align-items: right;
|
||||
text-align: left;
|
||||
font-weight: 500;
|
||||
|
|
@ -270,7 +270,7 @@
|
|||
|
||||
.Table3-item-price {
|
||||
text-align: center;
|
||||
font-family: 'Gilroy-Medium';
|
||||
font-family: "Gilroy-Medium";
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
padding-right: 8px;
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
|
||||
.BSBill-item-extraprice {
|
||||
color: var(--SELECTED_COLOR);
|
||||
font-family: 'Gilroy-SemiBold';
|
||||
font-family: "Gilroy-SemiBold";
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
text-align: right;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
font-family: 'Poppins';
|
||||
font-family: "Poppins";
|
||||
}
|
||||
|
||||
.BSC1-Master .BSBilling3-tablediv {
|
||||
|
|
@ -319,6 +319,9 @@
|
|||
height: 85vh;
|
||||
scrollbar-width: none;
|
||||
border-radius: 10px;
|
||||
@media (max-width: 768px) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.BSTable3_overall-6 {
|
||||
|
|
@ -505,7 +508,7 @@
|
|||
.BSBill-Table3-content-Disabled {
|
||||
pointer-events: none;
|
||||
background-color: rgb(243, 248, 213);
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
|
@ -652,7 +655,7 @@
|
|||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
font-family: 'Gilroy';
|
||||
font-family: "Gilroy";
|
||||
padding: 0rem 1rem;
|
||||
display: inline-block;
|
||||
padding: 2px;
|
||||
|
|
@ -672,7 +675,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 150px;
|
||||
font-family: 'Gilroy';
|
||||
font-family: "Gilroy";
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
@ -868,7 +871,7 @@
|
|||
.CustMob-Name {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: 'row';
|
||||
flex-direction: "row";
|
||||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -176,3 +176,20 @@
|
|||
.CategoryVertical-scroll-container .sampleCard {
|
||||
padding: 3px 4px !important;
|
||||
}
|
||||
.CategoryHorizontal-sub-samplecard img {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
border-radius: 30px;
|
||||
transform: scale(0.9);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.CategoryHorizontal-sub-samplecard {
|
||||
width: max-content;
|
||||
padding: 3px 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
p {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -172,7 +172,6 @@
|
|||
column-gap: 0.3rem;
|
||||
row-gap: 0.5rem;
|
||||
cursor: pointer;
|
||||
// vicky
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
|
|
@ -277,24 +276,17 @@
|
|||
|
||||
.BSItemCard-itemPrice {
|
||||
font-size: 9px !important;
|
||||
//nk
|
||||
width: 60px !important;
|
||||
//
|
||||
}
|
||||
.BSItemCard-itemMRP {
|
||||
font-size: 7px !important;
|
||||
//nk
|
||||
width: 60px !important;
|
||||
//
|
||||
}
|
||||
|
||||
//nk
|
||||
.qtyUomName-itemCard {
|
||||
width: 78px !important;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
.SubCategoryVertical-text {
|
||||
font-size: 11px !important;
|
||||
font-weight: 600;
|
||||
|
|
@ -329,9 +321,7 @@
|
|||
.BSItemCard-master-container {
|
||||
padding: 0px 0px;
|
||||
justify-content: center !important;
|
||||
// padding-bottom: 10rem !important;
|
||||
padding-bottom: 1rem !important;
|
||||
// column-gap: 0.1rem !important;
|
||||
}
|
||||
|
||||
.BSItemCard-container {
|
||||
|
|
@ -362,7 +352,6 @@
|
|||
|
||||
@media (min-width: 500px) and (max-width: 767px) {
|
||||
.bs-item-card-masterdiv {
|
||||
// height: 77vh !important;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -376,7 +365,6 @@
|
|||
|
||||
@media (min-width: 280px) and (max-width: 499px) {
|
||||
.bs-item-card-masterdiv {
|
||||
// height: 60vh !important;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -418,10 +406,7 @@
|
|||
}
|
||||
|
||||
.BkPrdCardDeActive {
|
||||
// pointer-events: none;
|
||||
border: 1px solid #f10000;
|
||||
|
||||
// border-radius: 8px;
|
||||
.BSItemCard-container-smallimage {
|
||||
width: 10.9rem;
|
||||
}
|
||||
|
|
@ -500,7 +485,6 @@
|
|||
}
|
||||
|
||||
.ItemQtyImgCard {
|
||||
// transform: scale(1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -535,7 +519,6 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
//nk
|
||||
.qtyUomName-itemCard {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
|
|
@ -551,7 +534,6 @@
|
|||
font-size: 16px;
|
||||
background-color: var(--DEFAULT_SELECTED_COLOR);
|
||||
color: #fff;
|
||||
// padding: 0rem 2rem;
|
||||
width: 105px;
|
||||
display: flex;
|
||||
font-family: var(--PARA_FONT_FAMILY);
|
||||
|
|
@ -830,7 +812,6 @@
|
|||
|
||||
.Payment-loader1 {
|
||||
.Payment-loader {
|
||||
// column-gap: 1rem;
|
||||
.contener_mixte {
|
||||
top: 5px;
|
||||
right: 12rem;
|
||||
|
|
@ -841,28 +822,25 @@
|
|||
.EditQuantity-Master {
|
||||
.Re-Print-table {
|
||||
width: 100% !important;
|
||||
.ant-table-thead tr {
|
||||
background-color: #2c88ee !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.webkit-ul {
|
||||
height: 35vh;
|
||||
overflow-y: auto;
|
||||
|
||||
/* Firefox */
|
||||
scrollbar-width: thin;
|
||||
/* Options: auto | thin | none */
|
||||
scrollbar-color: #c1c1c1 transparent;
|
||||
}
|
||||
|
||||
/* WebKit Browsers: Chrome, Edge, Safari */
|
||||
.webkit-ul::-webkit-scrollbar {
|
||||
width: 25px;
|
||||
/* Adjust width as needed */
|
||||
}
|
||||
|
||||
.webkit-ul::-webkit-scrollbar-track {
|
||||
background: #f0f0f0;
|
||||
/* Optional: add contrast to track */
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -870,7 +848,6 @@
|
|||
background-color: #c1c1c1;
|
||||
border-radius: 10px;
|
||||
border: 6px solid transparent;
|
||||
/* Adjust for padding inside thumb */
|
||||
background-clip: content-box;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
|
@ -1120,7 +1097,6 @@
|
|||
|
||||
.slot-btn.booked {
|
||||
background-color: #b3b2b2;
|
||||
/* full gray */
|
||||
color: #000000;
|
||||
cursor: not-allowed !important;
|
||||
pointer-events: none;
|
||||
|
|
@ -1129,12 +1105,9 @@
|
|||
width: 120px;
|
||||
padding: 10px;
|
||||
height: 60px;
|
||||
|
||||
/* 🔥 ensures click disabled, no collapse */
|
||||
}
|
||||
|
||||
.booked-text {
|
||||
// color: #070;
|
||||
color: rgb(241, 16, 16);
|
||||
|
||||
font-weight: 600;
|
||||
|
|
@ -1142,13 +1115,6 @@
|
|||
margin-top: 4px;
|
||||
}
|
||||
|
||||
// .Available-text{
|
||||
// color: rgb(41, 201, 41);
|
||||
// font-weight: 600;
|
||||
// cursor: not-allowed !important;
|
||||
// margin-top: 4px;
|
||||
// }
|
||||
|
||||
.slot-btn.incart {
|
||||
background: #ffe066;
|
||||
color: #222;
|
||||
|
|
@ -1715,10 +1681,6 @@
|
|||
color: #ffffff;
|
||||
border-color: #31a0f0;
|
||||
cursor: not-allowed;
|
||||
// &:hover{
|
||||
// color:#148498;
|
||||
// background-color: #fff;
|
||||
// }
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
|
@ -2282,11 +2244,9 @@
|
|||
cursor: pointer;
|
||||
height: 270px;
|
||||
width: 195px;
|
||||
// background-color: #fff;
|
||||
border-radius: 0.75rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// justify-content: space-between;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
border: 2px solid rgba(0, 0, 0, 0.3);
|
||||
|
|
@ -2294,7 +2254,6 @@
|
|||
|
||||
.voiceToTextIcon {
|
||||
position: fixed;
|
||||
// width: max-content;
|
||||
top: 7px;
|
||||
left: 10px;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@
|
|||
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
||||
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
||||
height: 100vh;
|
||||
width: 80px;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -209,12 +209,12 @@
|
|||
row-gap: 1.2rem;
|
||||
color: var(--DEFAULT_SELECTED_COLOR);
|
||||
height: 100vh !important;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
padding-bottom: 20rem;
|
||||
scrollbar-width: thin;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// user detail style
|
||||
.BSNavBar1-acc {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,11 @@
|
|||
color: #fbbf24;
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.BSBillingNavBar2-SearchBar {
|
||||
width: 60% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.BSBillingNavBar2-SearchBar {
|
||||
|
|
@ -33,6 +38,16 @@
|
|||
height: 32px;
|
||||
border-radius: 50px;
|
||||
position: relative;
|
||||
.BarCodeScanMaster {
|
||||
position: absolute;
|
||||
padding: 0 !important;
|
||||
right: 10px;
|
||||
top: 9px;
|
||||
svg {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-input {
|
||||
padding: 10px 35px 10px 40px;
|
||||
}
|
||||
|
|
@ -310,7 +325,7 @@
|
|||
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
||||
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
||||
height: 100vh;
|
||||
width: 60px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.BSBillingNavBar2-AllIcons-column {
|
||||
|
|
@ -322,6 +337,9 @@
|
|||
height: max-content !important;
|
||||
padding: 5px 2px !important;
|
||||
}
|
||||
.Nav2BSNavBarWholeSale {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.BSBillingNav2div2 .EstimateButton {
|
||||
|
|
@ -347,11 +365,12 @@
|
|||
row-gap: 1.2rem;
|
||||
color: var(--DEFAULT_SELECTED_COLOR);
|
||||
height: 100vh !important;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
padding-bottom: 20rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// user detail style
|
||||
.BSNavBar2-acc {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
.BarCodeScanMaster {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: -25PX;
|
||||
padding: 0 !important;
|
||||
top: 30%;
|
||||
svg {
|
||||
|
|
@ -683,9 +683,9 @@
|
|||
width: 32vw;
|
||||
min-width: 120px;
|
||||
|
||||
.searchDiv {
|
||||
width: unset !important;
|
||||
}
|
||||
// .searchDiv {
|
||||
// width: unset !important;
|
||||
// }
|
||||
}
|
||||
|
||||
.homeIcon {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
// .Prdinput-container{
|
||||
// width:40vw;
|
||||
// height: 30px;
|
||||
// }
|
||||
|
||||
.search-input {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
@ -11,17 +6,14 @@
|
|||
&:hover {
|
||||
border-color: var(--DEFAULT_SELECTED_COLOR);
|
||||
|
||||
/* Change icon color on hover */
|
||||
.search-icon {
|
||||
color: var(--SELECTED_COLOR);
|
||||
}
|
||||
}
|
||||
|
||||
/* Focus styles for the entire input */
|
||||
&:focus-within {
|
||||
border-color: var(--DEFAULT_SELECTED_COLOR);
|
||||
|
||||
/* Change icon color on focus */
|
||||
.search-icon {
|
||||
color: var(--SELECTED_COLOR);
|
||||
}
|
||||
|
|
@ -29,7 +21,6 @@
|
|||
}
|
||||
|
||||
.custom-input {
|
||||
/* Default styles */
|
||||
padding: 10px 30px 10px 15px;
|
||||
height: 35px;
|
||||
border: 1.5px solid var(--DEFAULT_SELECTED_COLOR);
|
||||
|
|
@ -41,24 +32,19 @@
|
|||
font-weight: 500;
|
||||
width: 100%;
|
||||
|
||||
/* Hover styles */
|
||||
&:hover {
|
||||
border: 1px solid var(--SELECTED_COLOR);
|
||||
color: var(--SELECTED_COLOR);
|
||||
}
|
||||
|
||||
/* Focus styles */
|
||||
&:focus {
|
||||
outline: none;
|
||||
/* Remove default focus outline */
|
||||
border-color: var(--SELECTED_COLOR);
|
||||
color: var(--SELECTED_COLOR);
|
||||
font-weight: 600;
|
||||
// box-shadow: 0 0 5px var(--SELECTED_COLOR);
|
||||
border: 2px solid var(--SELECTED_COLOR);
|
||||
}
|
||||
|
||||
/* Active styles (when clicking) */
|
||||
&:active {
|
||||
border-color: varo(--DEFAULT_SELECTED_COLOR);
|
||||
font-weight: 600;
|
||||
|
|
@ -72,19 +58,15 @@
|
|||
font-size: 20px;
|
||||
transform: translateY(-50%);
|
||||
color: var(--DEFAULT_SELECTED_COLOR);
|
||||
// cursor: pointer;
|
||||
|
||||
/* You can add transition or other styles for the icon if needed */
|
||||
transition: color 0.3s ease;
|
||||
|
||||
/* Change icon color on hover */
|
||||
&:hover {
|
||||
color: #007bff;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-input1 {
|
||||
/* Default styles */
|
||||
padding: 10px 30px 10px 15px;
|
||||
height: 55px;
|
||||
border: 1.5px solid var(--DEFAULT_SELECTED_COLOR);
|
||||
|
|
@ -96,24 +78,19 @@
|
|||
font-weight: 500;
|
||||
width: 90vw;
|
||||
|
||||
/* Hover styles */
|
||||
&:hover {
|
||||
border: 1px solid var(--SELECTED_COLOR);
|
||||
color: var(--SELECTED_COLOR);
|
||||
}
|
||||
|
||||
/* Focus styles */
|
||||
&:focus {
|
||||
outline: none;
|
||||
/* Remove default focus outline */
|
||||
border-color: var(--SELECTED_COLOR);
|
||||
color: var(--SELECTED_COLOR);
|
||||
font-weight: 600;
|
||||
// box-shadow: 0 0 5px var(--SELECTED_COLOR);
|
||||
border: 2px solid var(--SELECTED_COLOR);
|
||||
}
|
||||
|
||||
/* Active styles (when clicking) */
|
||||
&:active {
|
||||
border-color: varo(--DEFAULT_SELECTED_COLOR);
|
||||
font-weight: 600;
|
||||
|
|
@ -142,7 +119,6 @@
|
|||
width: 30px !important;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
// color: var(--DEFAULT_SELECTED_COLOR );
|
||||
}
|
||||
|
||||
.BSBillingNav-icon-table-icon {
|
||||
|
|
@ -182,20 +158,8 @@
|
|||
color: var(--SELECTED_COLOR);
|
||||
}
|
||||
|
||||
// .BSNavBar2-prdct-srch1 {
|
||||
// background: none;
|
||||
// height: 12px;
|
||||
// border:none;
|
||||
// outline:none;
|
||||
// border-radius: 5px;
|
||||
// width: 100%;
|
||||
// font-size: 15px;
|
||||
// padding-left: 3px;
|
||||
// }
|
||||
|
||||
.BSNavBar2-prdct-srch:active {
|
||||
outline: none;
|
||||
// border: none;
|
||||
}
|
||||
|
||||
.BSBillingNav-icon-search {
|
||||
|
|
@ -212,23 +176,10 @@
|
|||
|
||||
.BSNavBar2-searchbar-input {
|
||||
display: flex;
|
||||
// height: 1.5rem;
|
||||
width: 100%;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
// .BSNavBar2-searchbar-input1 {
|
||||
// display: flex;
|
||||
// height: 1.5rem;
|
||||
// width: 100%;
|
||||
// padding: 7px 3px;
|
||||
// }
|
||||
// .BSNavBar2-searchbar-input{
|
||||
// display: flex;
|
||||
|
||||
// height:1rem;
|
||||
// width:100%;
|
||||
// }
|
||||
.BSNavBar2-searchbar-searchicon {
|
||||
display: flex;
|
||||
padding: 3px;
|
||||
|
|
@ -249,7 +200,11 @@
|
|||
.BSC1Payment-Tablediv {
|
||||
height: 440px;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
.ant-table-thead tr {
|
||||
background-color: #2c88ee !important;
|
||||
}
|
||||
}
|
||||
|
||||
.BSC1Payment-Tablediv .ant-pagination {
|
||||
|
|
@ -296,7 +251,7 @@
|
|||
font-size: 25px;
|
||||
}
|
||||
|
||||
.BSC1Payment-Tablediv .ant-table-wrapper .ant-table-thead>tr>th {
|
||||
.BSC1Payment-Tablediv .ant-table-wrapper .ant-table-thead > tr > th {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
font-weight: 600 !important;
|
||||
font-size: 14px;
|
||||
|
|
@ -335,7 +290,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// estimate icon design
|
||||
.selectedBookingType {
|
||||
cursor: pointer;
|
||||
color: #52c41a;
|
||||
|
|
@ -347,7 +301,6 @@
|
|||
}
|
||||
|
||||
.BSBillingNav1div2 .EstimateButton {
|
||||
// margin: 0 5px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -379,7 +332,7 @@
|
|||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
@ -418,17 +371,13 @@
|
|||
}
|
||||
|
||||
.barcode-icon1 {
|
||||
// width: 90vw;
|
||||
font-size: 100px;
|
||||
/* size of the icon */
|
||||
color: #52c41a;
|
||||
/* blue color */
|
||||
transition:
|
||||
transform 0.2s ease,
|
||||
color 0.2s ease;
|
||||
}
|
||||
|
||||
////
|
||||
.search-container-code {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -489,4 +438,9 @@
|
|||
right: 4px !important;
|
||||
top: 35% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.oderdetailsSales {
|
||||
.ant-table-thead tr {
|
||||
background-color: #2c88ee !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout1-Master .bs-item-card-masterdiv {
|
||||
height: 75vh;
|
||||
}
|
||||
|
|
@ -175,6 +174,7 @@ body {
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 0 6px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
|
|
|
|||
|
|
@ -195,8 +195,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout2-Master .BSBTOverall1-Default {
|
||||
.BSLayout2-Master .BSBTOverall1-Default {
|
||||
height: 81vh;
|
||||
}
|
||||
|
||||
|
|
@ -230,8 +229,7 @@ body {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
///////////////// new Content
|
||||
|
||||
|
||||
.NewLayoutBillContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -441,6 +439,7 @@ body {
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 0 6px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
.BSLayout3Standard {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
top: 3.5rem;
|
||||
top: 3.3rem;
|
||||
height: 100%;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
|
@ -109,7 +109,6 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout3-Master .BsTable2-Master {
|
||||
height: 0vh !important;
|
||||
}
|
||||
|
|
@ -157,7 +156,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout3-Master .BSBTOverall1-Default {
|
||||
height: 79vh;
|
||||
}
|
||||
|
|
@ -453,6 +451,7 @@
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 0 6px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
|
|
@ -474,6 +473,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.RenewalExpired{
|
||||
.RenewalExpired {
|
||||
background-color: #ff0000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
//we opened
|
||||
.BSlayout4_paycomp {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -87,7 +86,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
//nk
|
||||
.BsLayout4-Master .bs-item-card-masterdiv {
|
||||
height: 79%;
|
||||
}
|
||||
|
|
@ -206,7 +204,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
//nk
|
||||
.BsLayout4-Master .BSBTOverall1-Default {
|
||||
height: 81vh;
|
||||
}
|
||||
|
|
@ -246,6 +243,7 @@
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 0 6px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@
|
|||
width: 0px;
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
||||
height: 47%;
|
||||
}
|
||||
|
|
@ -207,7 +206,6 @@
|
|||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
//nk
|
||||
.BSLayout6-fullbody .BSBTOverall1-Default {
|
||||
height: 71vh;
|
||||
}
|
||||
|
|
@ -235,7 +233,7 @@
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
|
||||
padding: 0 6px;
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
flex-wrap: wrap;
|
||||
|
|
|
|||
|
|
@ -438,7 +438,6 @@
|
|||
}
|
||||
|
||||
.BSC1-Master .BSBill2-cont {
|
||||
// height: 72%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
@ -446,16 +445,13 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/* padding: 0.5rem 22px 0 1.5rem; */
|
||||
gap: 0.5rem;
|
||||
/* padding-bottom: 8px; */
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.overall-bscombo-container .Combosearch {
|
||||
// width: 99vw;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -699,6 +695,7 @@
|
|||
font-weight: 600;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 0 6px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
font-size: 10px;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
.ItemWiseReport-table .ant-table table {
|
||||
// height:60vh;
|
||||
// overflow:scroll;
|
||||
overflow: scroll;
|
||||
// height: clamp(30vh , 85vh,95vh);
|
||||
border-spacing: 0 0.3rem;
|
||||
}
|
||||
|
||||
|
|
@ -50,9 +47,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 0.5rem;
|
||||
// padding: 10px 15px;
|
||||
height: 88vh;
|
||||
// overflow: hidden;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
|
|
@ -111,7 +106,6 @@
|
|||
display: flex;
|
||||
column-gap: 3vw;
|
||||
align-items: center;
|
||||
// width: 100%;
|
||||
justify-content: space-between;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
|
@ -120,8 +114,6 @@
|
|||
display: flex;
|
||||
column-gap: 2rem;
|
||||
row-gap: 1rem;
|
||||
// align-items: center;
|
||||
// flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ItemWiseReport-Date-picker {
|
||||
|
|
@ -130,7 +122,6 @@
|
|||
align-items: center;
|
||||
column-gap: 2rem;
|
||||
|
||||
// row-gap: 1rem;
|
||||
.ant-form-item {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
|
@ -152,14 +143,8 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
// .ItemWiseReport-submit-btn:hover {
|
||||
// background-color: #a8a8a8;
|
||||
// }
|
||||
.ItemWiseReport-PrinterIcon-Container {
|
||||
cursor: pointer;
|
||||
// position: absolute;
|
||||
// top: 6rem;
|
||||
// right: 5rem;
|
||||
}
|
||||
|
||||
.ItemWiseReport-printerIcon {
|
||||
|
|
@ -228,9 +213,8 @@
|
|||
background-color: #e9e8e8 !important;
|
||||
border: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.ItemWiseReport-table1 {
|
||||
overflow: auto;
|
||||
height: clamp(40vh, 30vh, 95vh);
|
||||
|
|
@ -290,17 +274,12 @@
|
|||
column-gap: 3vw;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
// margin-left: 30px;
|
||||
// margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.ItemWiseReport-PrinterIcon-Container {
|
||||
margin-left: 30px;
|
||||
|
||||
cursor: pointer;
|
||||
// position: absolute;
|
||||
// top: 5rem;
|
||||
// right: 1rem;
|
||||
}
|
||||
|
||||
.ItemWiseReport-table {
|
||||
|
|
@ -325,10 +304,6 @@
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
// .ItemWiseReport-dateaAnd-buttons {
|
||||
// // flex-wrap: wrap;
|
||||
// }
|
||||
|
||||
.ItemWiseReport-submit-btn-container {
|
||||
margin-left: 4.5rem;
|
||||
justify-content: flex-start !important;
|
||||
|
|
@ -374,11 +349,6 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 280px) {
|
||||
// .ItemWiseReport-PrinttAndSubmit {
|
||||
|
||||
// position: absolute !important;
|
||||
// top: 18rem !important;
|
||||
// }
|
||||
.ItemWiseReport-PrinterIcon-Container {
|
||||
position: absolute;
|
||||
top: 290px !important;
|
||||
|
|
@ -445,11 +415,8 @@
|
|||
|
||||
.ItemWiseReport-printerIcon-disabled {
|
||||
opacity: 0.5;
|
||||
/* You can adjust the opacity to visually indicate it's disabled */
|
||||
pointer-events: none;
|
||||
/* Disable pointer events so it won't respond to clicks */
|
||||
cursor: not-allowed;
|
||||
/* Change cursor to indicate it's not clickable */
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -475,14 +442,9 @@
|
|||
height: 2vw;
|
||||
flex-direction: row-reverse;
|
||||
z-index: 1;
|
||||
// padding-right: 93px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
// .ant-switch:hover:not(.ant-switch-disabled) {
|
||||
// background:var(--SELECTED_COLOR) ;
|
||||
// }
|
||||
//nk
|
||||
@media only screen and (max-width: 499px) {
|
||||
.ItemWiseReport-Amount-Collected-table tr {
|
||||
justify-content: flex-start;
|
||||
|
|
@ -524,7 +486,6 @@
|
|||
|
||||
.ItemWiseReport-Amount-Collected-table tr {
|
||||
display: flex;
|
||||
// width: 15rem;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
@ -560,7 +521,6 @@
|
|||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-family: VAR(--HEADING_FONT_FAMILY);
|
||||
// text-transform: uppercase;
|
||||
text-transform: capitalize;
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
|
@ -569,8 +529,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
// width: 100%;
|
||||
// height: 43vh;
|
||||
overflow: scroll;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue