452 lines
7.5 KiB
SCSS
452 lines
7.5 KiB
SCSS
.BSBillingNavBar2 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 40px;
|
|
padding: 0rem 1rem;
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
|
background-color: #ffffff;
|
|
.RiVerifiedBadgeFill {
|
|
color: #1292ee !important;
|
|
}
|
|
.FaparkingIcon {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
}
|
|
|
|
.BSBillingNav2div2 {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
width: 100%;
|
|
|
|
.bs-membership__icon-btn {
|
|
svg {
|
|
color: #fbbf24;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.BSBillingNavBar2-SearchBar {
|
|
width: 60% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.BSBillingNavBar2-SearchBar {
|
|
display: flex;
|
|
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;
|
|
}
|
|
.search-icon {
|
|
top: 50%;
|
|
}
|
|
.search-input {
|
|
bottom: 3px;
|
|
}
|
|
.MultiSearchIconDiv2 {
|
|
color: #1292ee !important;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
width: 20px !important;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 5px;
|
|
|
|
svg {
|
|
font-size: 22px;
|
|
width: 32px !important;
|
|
height: 32px;
|
|
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|
|
|
|
.favItem-SearchBar {
|
|
display: flex;
|
|
height: 32px;
|
|
border: 1px solid var(--DEFAULT_SELECTED_COLOR);
|
|
border-radius: 50px;
|
|
width: 100%;
|
|
background-image: url(https://cdn3.iconfinder.com/data/icons/feather-5/24/search-64.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 18px 18px;
|
|
background-position: 95% center;
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.BSNavBar2-searchbar-searchicon {
|
|
display: flex;
|
|
padding: 8px 16px;
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
}
|
|
.BSBillingNav2-toggle-icon {
|
|
padding-left: 5px;
|
|
font-size: 25px;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
}
|
|
|
|
.BSBillingNavBar2-AllIcons {
|
|
display: flex;
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
}
|
|
|
|
.BSBillingnav2-threedots {
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.AddFavList {
|
|
padding: 1.5rem 2rem;
|
|
position: absolute;
|
|
width: 33vw;
|
|
top: 0;
|
|
height: 100vh;
|
|
background-color: white;
|
|
right: 2px;
|
|
transition-duration: 0.6s;
|
|
z-index: 50;
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
|
color: black;
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: 10px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.AddFavItemListCont {
|
|
height: 60vh;
|
|
overflow: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.favsbmtbtn {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: flex-end;
|
|
width: 100%;
|
|
}
|
|
|
|
.AddFavItemList {
|
|
margin: 0.5rem 0rem;
|
|
padding: 0.5rem 2rem;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: #fcfcfc;
|
|
justify-content: space-between;
|
|
border-radius: 6px;
|
|
align-items: center;
|
|
transition-duration: 0.6s;
|
|
|
|
.anticon {
|
|
color: red !important;
|
|
}
|
|
}
|
|
|
|
.AddFavItemList:hover {
|
|
width: 100%;
|
|
height: 45px;
|
|
background-color: #ebebeb;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
transition-duration: 0.1s;
|
|
}
|
|
|
|
.AddFavList-subContainer {
|
|
display: flex;
|
|
column-gap: 2rem;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.fav-close {
|
|
display: none;
|
|
}
|
|
|
|
.fav-Downarrow {
|
|
display: none;
|
|
}
|
|
|
|
.salesUserProfile {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
flex-direction: column;
|
|
padding: 10px 1rem;
|
|
font-family: "Poppins";
|
|
|
|
> div {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
.BSNavBar1-Acc-menu-list {
|
|
padding: 6px 10px;
|
|
background-color: #ee0000;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
}
|
|
|
|
img {
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 1000px;
|
|
border: 1px solid #a1a1a1;
|
|
background-position: center;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 900px) {
|
|
.AddFavList-subContainer {
|
|
display: flex;
|
|
column-gap: 2rem;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
|
|
.AddFavList {
|
|
width: 55vw !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 499px) {
|
|
.favItem-SearchBar {
|
|
width: 7.6rem;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.AddFavList {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 17rem;
|
|
width: 100vw !important;
|
|
padding: 1rem 1rem !important;
|
|
}
|
|
|
|
.smallScreenclose {
|
|
display: none;
|
|
}
|
|
|
|
.AddFavItemListCont {
|
|
height: 40vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
.favItem-SearchBar {
|
|
width: 97%;
|
|
height: 2.8rem;
|
|
}
|
|
|
|
.fav-close {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
border: none;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
font-size: 23px;
|
|
}
|
|
|
|
.fav-Downarrow {
|
|
display: flex;
|
|
}
|
|
|
|
.AddFavList .primary_Button {
|
|
width: 12rem !important;
|
|
}
|
|
|
|
.favsbmtbtn {
|
|
bottom: 40px;
|
|
}
|
|
|
|
.AddFavList .primary_Button {
|
|
width: 10rem;
|
|
}
|
|
|
|
.favIcon {
|
|
display: none;
|
|
}
|
|
|
|
.AddFavItemList {
|
|
padding: 0.5rem !important;
|
|
}
|
|
|
|
.BSBillingnav2-threedots {
|
|
display: flex;
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
}
|
|
|
|
.BSBillingNavBar2-AllIcons {
|
|
display: none;
|
|
column-gap: 1.5rem;
|
|
}
|
|
|
|
.BSBillingnav2-Smallscreen {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 40px;
|
|
display: flex !important;
|
|
border-right: 1px solid rgb(204, 198, 198);
|
|
background-color: rgb(255, 255, 255);
|
|
z-index: 3 !important;
|
|
justify-content: center;
|
|
padding: 10px;
|
|
box-shadow:
|
|
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
|
|
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
|
|
height: 100vh;
|
|
width: 90px;
|
|
}
|
|
|
|
.BSBillingNavBar2-AllIcons-column {
|
|
row-gap: 0.8rem !important;
|
|
}
|
|
|
|
.BSBillingNav2div2 .EstimateButton {
|
|
flex-direction: column !important;
|
|
height: max-content !important;
|
|
padding: 5px 2px !important;
|
|
}
|
|
.Nav2BSNavBarWholeSale {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.BSBillingNav2div2 .EstimateButton {
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #52c41a;
|
|
background-color: #1292ee;
|
|
height: 30px;
|
|
width: max-content;
|
|
justify-content: space-around;
|
|
border-radius: 6px;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.BSBillingnav2-Smallscreen {
|
|
display: none;
|
|
}
|
|
|
|
.BSBillingNavBar2-AllIcons-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1.2rem;
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
height: 100vh !important;
|
|
overflow: auto;
|
|
scrollbar-width: thin;
|
|
padding-bottom: 20rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.BSNavBar2-acc {
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: flex-end;
|
|
flex-direction: row;
|
|
font-size: 20px;
|
|
column-gap: 1.5rem;
|
|
}
|
|
|
|
.BSNavBar2-Accmenu {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 0;
|
|
width: 160px;
|
|
height: 80px;
|
|
color: black;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.BSNavBar2-Acc-menu {
|
|
cursor: pointer;
|
|
display: flex;
|
|
justify-content: center;
|
|
row-gap: 0.5rem;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
}
|
|
|
|
.BSNavBar2-Acc-menu-list {
|
|
color: black;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.BSNavBar2-Acc-menu-list:hover {
|
|
color: var(--SELECTED_COLOR);
|
|
|
|
font-weight: 600;
|
|
}
|
|
|
|
.BSBillingNavBar2-hand {
|
|
position: relative;
|
|
}
|
|
|
|
.BSBillingNavBar2-hand .ant-badge {
|
|
position: absolute;
|
|
left: 11px;
|
|
top: 10px;
|
|
}
|
|
|
|
.BsNavbar1FullScreen {
|
|
background-color: #1292ee;
|
|
height: 28px;
|
|
width: 28px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
}
|
|
|
|
.BsNavbar1FullScreenExit {
|
|
background-color: #ef4444;
|
|
height: 28px;
|
|
width: 28px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
cursor: pointer;
|
|
}
|