266 lines
4.3 KiB
SCSS
266 lines
4.3 KiB
SCSS
|
|
.BSLayout6-fullnav {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-category-div {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-Navbar {
|
||
|
|
display: block;
|
||
|
|
box-shadow: var(--BOX_SHADOW_LEVEL1);
|
||
|
|
// border-bottom: #33373A solid 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
//nk
|
||
|
|
// height: 83vh;
|
||
|
|
//
|
||
|
|
// background-color:rgba(217, 217, 217, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-cards::-webkit-scrollbar {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-table {
|
||
|
|
width: 423px;
|
||
|
|
margin: 0rem 0.5rem;
|
||
|
|
// height: calc(29.1em + 1.5vw);
|
||
|
|
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;
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
||
|
|
height: 47%;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
.BSLayout6-fulldiv {
|
||
|
|
padding: 0rem 0rem !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-table {
|
||
|
|
margin: 0rem 0rem !important;
|
||
|
|
width: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .BSLayout6-cards{
|
||
|
|
// height: 63vh ;
|
||
|
|
// }
|
||
|
|
.BSLayout6-cards {
|
||
|
|
//nk
|
||
|
|
// height: 56vh;
|
||
|
|
//
|
||
|
|
display: flex;
|
||
|
|
flex-grow: 0.2;
|
||
|
|
// padding: 0.2rem 0;
|
||
|
|
overflow-y: scroll;
|
||
|
|
justify-content: center;
|
||
|
|
// background-color:rgba(217, 217, 217, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSTable3 {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 500px) and (max-width: 768px) {
|
||
|
|
.BSLayout6-fullbody .BSLayout6-table {
|
||
|
|
height: 0;
|
||
|
|
}
|
||
|
|
.BSTable3 {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.BSLayout6-fullbody .bs-item-card-masterdiv {
|
||
|
|
height: 55%;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
.BSLayout6-fulldiv {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column-reverse;
|
||
|
|
padding: 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout6-cards {
|
||
|
|
// height:66vh;
|
||
|
|
// Naresh
|
||
|
|
//nk
|
||
|
|
// height:62vh;
|
||
|
|
//
|
||
|
|
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;
|
||
|
|
// margin-left: 2vw;
|
||
|
|
// padding: 1vh;
|
||
|
|
// height:60vh;
|
||
|
|
// width:60vw;
|
||
|
|
overflow-y: scroll;
|
||
|
|
justify-content: center;
|
||
|
|
// background-color:rgba(217, 217, 217, 1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.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%;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
// .BSLayout6-table .BillingTable1-table-div {
|
||
|
|
// height: 58vh !important;
|
||
|
|
// }
|