257 lines
4.2 KiB
SCSS
257 lines
4.2 KiB
SCSS
.BSLayout6-fullnav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.BSLayout6-category-div {
|
|
display: block;
|
|
}
|
|
|
|
.BSLayout6-Navbar {
|
|
display: block;
|
|
box-shadow: var(--BOX_SHADOW_LEVEL1);
|
|
}
|
|
|
|
.Combo6-Nav-Category {
|
|
display: flex;
|
|
}
|
|
|
|
.BSLayout6table-fulldiv {
|
|
display: flex;
|
|
width: 430px;
|
|
flex-direction: column;
|
|
height: inherit;
|
|
}
|
|
|
|
.BSLayout6-category {
|
|
height: max-content;
|
|
}
|
|
|
|
.BSLayout6-fulldiv {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 0rem 0.5rem;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.BSLayout6-cards {
|
|
display: flex;
|
|
overflow-y: scroll;
|
|
height: 100vh;
|
|
}
|
|
|
|
.BSLayout6-cards::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.BSLayout6-table {
|
|
width: 423px;
|
|
margin: 0rem 0.5rem;
|
|
height: clamp(61vh, 71rem, 50vh);
|
|
background-color: #fff;
|
|
}
|
|
|
|
@media (min-width: 280px) and (max-width: 499px) {
|
|
.BSLayout6-fullbody .Table4-Price-summarypop {
|
|
display: none !important;
|
|
}
|
|
|
|
.BSLayout6table-fulldiv {
|
|
width: 0px;
|
|
}
|
|
|
|
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
|
height: 47%;
|
|
}
|
|
|
|
.BSLayout6-fulldiv {
|
|
padding: 0rem 0rem !important;
|
|
}
|
|
|
|
.BSLayout6-table {
|
|
margin: 0rem 0rem !important;
|
|
width: 0px;
|
|
}
|
|
.BSLayout6-cards {
|
|
display: flex;
|
|
flex-grow: 0.2;
|
|
overflow-y: scroll;
|
|
justify-content: center;
|
|
}
|
|
|
|
.BSTable3 {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 500px) and (max-width: 768px) {
|
|
.BSLayout6-fullbody .BSLayout6-table {
|
|
height: 0;
|
|
}
|
|
.BSTable3 {
|
|
display: none !important;
|
|
}
|
|
|
|
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
|
height: 55%;
|
|
}
|
|
|
|
.BSLayout6-fulldiv {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.BSLayout6-cards {
|
|
width: 100%;
|
|
overflow-y: scroll;
|
|
justify-content: center;
|
|
}
|
|
|
|
.BSLayout6-full-mobileScreen {
|
|
display: block !important;
|
|
}
|
|
|
|
.Combo6-Table4-cash {
|
|
display: flex;
|
|
width: 40px;
|
|
margin: 5px 5px;
|
|
}
|
|
|
|
.BSBill-items {
|
|
color: #007e1c;
|
|
text-align: right;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.BSBill-item-extraprice {
|
|
color: #007e1c;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.BSLayout6table-fulldiv {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 0px;
|
|
}
|
|
|
|
.BSLayout6-cards {
|
|
display: flex;
|
|
flex-grow: 0.2;
|
|
overflow-y: scroll;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
.Combo6-Table4-Btn-payment-mode {
|
|
height: 2rem;
|
|
width: 3rem;
|
|
border-radius: 6.216px;
|
|
border: 0px;
|
|
background: #e0e0e0;
|
|
color: black;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
padding: 1px 1px;
|
|
margin: 1px 1px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Combo6-Table4-paymentmode-active {
|
|
height: 2rem;
|
|
width: 5rem;
|
|
border-radius: 6.216px;
|
|
border: 0px;
|
|
background: #33373a;
|
|
color: #e0e0e0;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.BSLayout6-full-mobileScreen {
|
|
display: none;
|
|
}
|
|
|
|
.BSLayout6-mobileScreen {
|
|
display: flex;
|
|
position: fixed;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
bottom: 25px;
|
|
}
|
|
|
|
.BSLayout6-Price-button {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.BSLayout6-PaymentModes {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.BSLayout6-Table4-payment-mode {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.BSLayout6-fullbody .BSBTOverall1-Default {
|
|
height: 71vh;
|
|
}
|
|
|
|
.BSLayout6-fullbody .BSBilling4TableCont-default {
|
|
height: 71vh;
|
|
}
|
|
|
|
.BSLayout6-fullbody .BSBillingTable5-table-master-div {
|
|
height: 71vh;
|
|
}
|
|
|
|
.BSLayout6-fullbody .BSBTOverall6-defaultscreen {
|
|
height: 71vh;
|
|
}
|
|
|
|
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
|
height: 75%;
|
|
}
|
|
|
|
.Layout-bill-Subcontainer {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
font-weight: 600;
|
|
align-items: center;
|
|
gap: 2px;
|
|
padding: 0 6px;
|
|
@media (max-width: 500px) {
|
|
font-size: 10px;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
.pricing-name-details {
|
|
font-family: "Poppins";
|
|
font-size: 12px;
|
|
background: var(--SELECTED_COLOR);
|
|
padding: 3px 5px;
|
|
border-radius: 5px;
|
|
color: white;
|
|
white-space: nowrap;
|
|
margin-left: 8rem;
|
|
font-weight: 400;
|
|
@media (max-width: 500px) {
|
|
font-size: 10px !important;
|
|
}
|
|
}
|