nov 14 push
This commit is contained in:
parent
886015cac4
commit
7b7d8fced5
|
|
@ -42,7 +42,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition:
|
transition:
|
||||||
background 0.2s,
|
background 0.2s,
|
||||||
color 0.2s ease-in-out;
|
color 0.2s;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 1px 3px;
|
margin: 1px 3px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -54,10 +54,6 @@
|
||||||
|
|
||||||
&:hover:not(.selected):not(.active-path) {
|
&:hover:not(.selected):not(.active-path) {
|
||||||
background: #394588;
|
background: #394588;
|
||||||
.pozo-menu-label,
|
|
||||||
.pozo-menu-icon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
|
|
@ -84,22 +80,16 @@
|
||||||
&.open {
|
&.open {
|
||||||
background: #050d36 !important;
|
background: #050d36 !important;
|
||||||
color: #23bbff;
|
color: #23bbff;
|
||||||
// border-right: 2px solid #23bbff;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
.pozo-menu-label,
|
|
||||||
.pozo-menu-icon {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active-path {
|
&.active-path {
|
||||||
background: #050d36 !important;
|
background: #050d36 !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 6px;
|
border-radius: 6px 4px 4px 6px;
|
||||||
border-right: 2px solid #23bbff;
|
border-right: 2px solid #23bbff !important;
|
||||||
|
|
||||||
.pozo-menu-icon {
|
.pozo-menu-icon {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
|
|
@ -107,7 +97,7 @@
|
||||||
|
|
||||||
.pozo-menu-label {
|
.pozo-menu-label {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
font-weight: 500;
|
font-weight: 500 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pozo-menu-arrow {
|
.pozo-menu-arrow {
|
||||||
|
|
@ -152,7 +142,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #ffffffb4;
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
@ -161,7 +150,7 @@
|
||||||
|
|
||||||
.pozo-menu-label {
|
.pozo-menu-label {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: #ffffffb4;
|
color: #ffffff;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
@ -415,7 +404,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
.pozo-menu-item {
|
.pozo-menu-item {
|
||||||
color: rgba(255, 255, 255, 0.85);
|
color: #ffffffd9;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #1890ff;
|
background: #1890ff;
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ import {
|
||||||
FaParking,
|
FaParking,
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
import { CiMenuBurger } from 'react-icons/ci';
|
import { CiMenuBurger } from 'react-icons/ci';
|
||||||
import { IoCloseOutline } from 'react-icons/io5';
|
import { IoClose, IoCloseOutline } from 'react-icons/io5';
|
||||||
import { FaCalendar } from 'react-icons/fa6';
|
import { FaCalendar } from 'react-icons/fa6';
|
||||||
import { RiPrinterFill } from 'react-icons/ri';
|
import { RiPrinterFill } from 'react-icons/ri';
|
||||||
import { GiShoppingBag } from 'react-icons/gi';
|
import { GiShoppingBag } from 'react-icons/gi';
|
||||||
|
|
@ -542,6 +542,7 @@ const BSNavbar3 = ({ optionNames }) => {
|
||||||
{renderWithTooltip(<BSNavBarAddUser />, 'Add Customer')}
|
{renderWithTooltip(<BSNavBarAddUser />, 'Add Customer')}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
<IoClose className="DropDownsCustomerClose" strokeWidth={3} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{offerOption && (
|
{offerOption && (
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -292,6 +292,8 @@
|
||||||
.DropDownsCustomer {
|
.DropDownsCustomer {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
|
position: relative;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.BSBillingNav-icon {
|
.BSBillingNav-icon {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
|
|
@ -314,6 +316,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DropDownsCustomerClose {
|
||||||
|
color: #c2c2c2;
|
||||||
|
position: absolute;
|
||||||
|
right: 60px;
|
||||||
|
font-weight: 500;
|
||||||
|
cursor: pointer;
|
||||||
|
&:hover {
|
||||||
|
color: #727272;
|
||||||
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
right: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.DropDownsCustomer.always-visible {
|
.DropDownsCustomer.always-visible {
|
||||||
.ant-select {
|
.ant-select {
|
||||||
width: 7rem !important;
|
width: 7rem !important;
|
||||||
|
|
|
||||||
|
|
@ -637,4 +637,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productlistSearchDiv {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ const fetchComponent = async () => {
|
||||||
sessionStore('userName', 'Karthiga');
|
sessionStore('userName', 'Karthiga');
|
||||||
sessionStorage.setItem(
|
sessionStorage.setItem(
|
||||||
'auth',
|
'auth',
|
||||||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiOTY5ODgzODk2NiIsIlBhc3N3b3JkIjoiWkB6MTIzNCIsImF1ZCI6WyJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTIiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTQiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiXSwiZXhwIjoxNzYzMDYwNjE4LCJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMDEifQ.nN96UzT0oV1Ssn5WHIMpTwYFO1N3ifu81HLXwE-SvB8'
|
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiOTY5ODgzODk2NiIsIlBhc3N3b3JkIjoiWkB6MTIzNCIsImF1ZCI6WyJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTIiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTQiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiXSwiZXhwIjoxNzYzMTQ1MzUwLCJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMDEifQ.6nO0-3OBKfiBafld-gWIccjG-7yGuYA3q-ZRxfultu8'
|
||||||
);
|
);
|
||||||
// sessionStore('AppId', 1);
|
// sessionStore('AppId', 1);
|
||||||
// sessionStore('BranchId', 121);
|
// sessionStore('BranchId', 121);
|
||||||
|
|
@ -263,7 +263,7 @@ const fetchHomeComponent = async () => {
|
||||||
sessionStore('userName', 'Karthiga');
|
sessionStore('userName', 'Karthiga');
|
||||||
sessionStorage.setItem(
|
sessionStorage.setItem(
|
||||||
'auth',
|
'auth',
|
||||||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiOTY5ODgzODk2NiIsIlBhc3N3b3JkIjoiWkB6MTIzNCIsImF1ZCI6WyJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTIiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTQiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiXSwiZXhwIjoxNzYzMDYwNjE4LCJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMDEifQ.nN96UzT0oV1Ssn5WHIMpTwYFO1N3ifu81HLXwE-SvB8'
|
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiOTY5ODgzODk2NiIsIlBhc3N3b3JkIjoiWkB6MTIzNCIsImF1ZCI6WyJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTIiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTQiLCJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMTMiXSwiZXhwIjoxNzYzMTQ1MzUwLCJpc3MiOiJodHRwOi8vMTkyLjE2OC4xLjM3OjgwMDEifQ.6nO0-3OBKfiBafld-gWIccjG-7yGuYA3q-ZRxfultu8'
|
||||||
);
|
);
|
||||||
// sessionStore('AppId', 1);
|
// sessionStore('AppId', 1);
|
||||||
// sessionStore('BranchId', 121);
|
// sessionStore('BranchId', 121);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue