Android_Retail/src/Styles/BookingScreen/Template/BSLayout4/BSLayout4.scss

323 lines
4.9 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
::-webkit-scrollbar {
display: none;
}
.BsLayout4-Master {
display: flex;
flex-direction: column;
height: 99vh;
overflow: hidden;
}
.Bslayout4_navbar {
display: block;
}
.Bslayout4_overall {
display: flex;
overflow: hidden;
height: 100vh;
width: 100%;
justify-content: space-between;
}
.Bslayout4_card {
display: flex;
overflow: scroll;
height: 100%;
2026-03-12 16:31:02 +05:30
margin-top: 10px;
2026-01-27 18:27:29 +05:30
}
.BSlayout_subdiv {
height: 100vh;
overflow: hidden;
display: flex;
2026-03-12 16:31:02 +05:30
width: 100%;
2026-01-27 18:27:29 +05:30
flex-direction: row;
}
.BSlayout4_paycomp {
display: none;
}
.Bslayout4_ctg {
display: flex;
}
.Bslayout4_table {
2026-03-12 16:31:02 +05:30
width: 425px !important;
2026-01-27 18:27:29 +05:30
height: clamp(68vh, 71rem, 50vh);
background-color: #fff;
}
.BSTable-3-Mobilescreen {
display: flex;
flex-direction: column;
column-gap: 1rem;
}
.BSTable-3-Mobilescreentop {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-size: 25px;
}
.Table3-customermobile {
display: flex;
}
.Table3-payment-mode-mobile {
display: flex;
flex-direction: row;
gap: 0.5rem;
}
.BSTable-3-Mobilescreen {
display: flex;
row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
.BSlayout4_paycomp {
display: block;
position: fixed;
bottom: 0;
background-color: #fff;
width: 100%;
}
.BsLayout4-Master .bs-item-card-masterdiv {
height: 79%;
}
.Bslayout4_table {
width: 0px !important;
}
.BSBilling4-down-content {
display: block !important;
}
.BSTable-3-Mobilescreen {
display: none;
}
.BSBilling3div {
gap: 2px;
width: 100%;
position: fixed;
bottom: 0;
flex-direction: column;
}
.hold-sum {
column-gap: 2rem;
font-size: 25px;
}
.BsLayout4-Master .bs-item-card-masterdiv {
height: 67%;
}
}
@media (min-width: 280px) and (max-width: 499px) {
.BsLayout4-Master {
height: 77vh !important;
}
.BsLayout4-Master .bs-item-card-masterdiv {
height: 55%;
}
.hold-sum {
column-gap: 1rem;
}
.Bslayout4_table {
width: 0px !important;
}
.arrow {
width: 22px;
height: 22px;
}
.Table3-rate {
font-size: 15px;
}
.BSBilling3div {
width: 100%;
padding: 0rem 0rem;
row-gap: 1rem;
}
.BSBilling3-customer {
display: flex;
align-items: center;
}
.Table3-price {
display: flex;
width: 100%;
background-color: transparent;
}
.Bslayout4_table {
width: 0px !important;
}
.Table3-total-price {
display: none;
}
.BSTable3_hold {
display: flex;
align-items: center;
font-size: 30px;
cursor: pointer;
position: absolute;
bottom: 6rem;
right: 5rem;
}
.Table3-fullrate {
display: flex;
}
.Table3-vertical-line {
display: none;
}
.BSBilling3-view {
display: none;
}
.BSBilling3div {
position: fixed;
bottom: 0;
}
.Bslayout4_overall {
display: flex;
height: 75vh;
}
}
.BsLayout4-Master .BSBTOverall1-Default {
height: 81vh;
}
.BsLayout4-Master .BsTable2-Master {
height: 81vh;
}
.BsLayout4-Master .BSBillingTable2-summary-container {
padding: 5px 5px;
}
.BsLayout4-Master .BSTable3_overall {
height: 81vh;
}
.BsLayout4-Master .BSBilling4TableCont-default {
height: 81vh;
}
.BsLayout4-Master .BSBillingTable5-table-master-div {
height: 81vh;
}
.BsLayout4-Master .BSBTOverall6-defaultscreen {
height: 81vh;
}
.BsLayout4-Master .bs-item-card-masterdiv {
height: 90%;
}
2026-02-12 18:15:06 +05:30
.Layout-bill-Subcontainer {
display: flex;
width: 100%;
justify-content: space-around;
font-weight: 600;
align-items: center;
gap: 2px;
2026-03-03 12:59:32 +05:30
padding: 0 6px;
2026-02-12 18:15:06 +05:30
@media (max-width: 500px) {
font-size: 10px;
flex-wrap: wrap;
}
}
2026-03-13 16:31:12 +05:30
.Layout-IfNavbar3 {
display: flex;
width: 100%;
justify-content: space-around;
font-weight: 600;
align-items: center;
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
.SalesCountComponent-Master {
color: #fff;
}
.keyboardShortcut {
background-color: #fff;
height: 25px;
border-radius: 4px;
cursor: pointer;
> div {
padding: 3px 10px !important;
}
}
.allpageSettingIcon {
background-color: #fff !important;
}
.price-change-btn {
background-color: #fff;
height: 25px;
width: 45px;
img {
height: 20px !important;
}
}
@media (max-width: 500px) {
font-size: 10px;
flex-wrap: wrap;
}
}
2026-02-12 18:15:06 +05:30
.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;
}
}
2026-03-12 16:31:02 +05:30
.bslayout4Cat5Flex {
display: flex;
flex-direction: column;
width: 68%;
@media (max-width: 768px) {
width: 100%;
}
.CategoryHorizontalNew {
width: 100%;
}
.Bslayout4_card {
width: 100% !important;
}
}