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

366 lines
5.7 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
::-webkit-scrollbar {
display: none;
}
.BSLayout1-Master {
display: flex;
flex-direction: column;
row-gap: 3rem;
background-color: #fff;
2026-01-27 18:27:29 +05:30
}
2026-01-27 18:27:29 +05:30
.BSLayout1Standard {
overflow: hidden;
position: relative;
2026-03-13 16:31:12 +05:30
top: 2.01rem;
2026-01-27 18:27:29 +05:30
height: 100%;
@media (max-width: 768px) {
top: 2rem;
}
2026-01-27 18:27:29 +05:30
@media (max-width: 500px) {
top: 2rem;
}
}
2026-01-27 18:27:29 +05:30
.layout1-card-content {
height: 100% !important;
}
.BSLayout1-NavBar {
width: 100%;
position: fixed;
z-index: 3;
}
body {
background-color: #f3f3f3;
}
.BSLayout1Main {
2026-01-27 18:27:29 +05:30
overflow: hidden;
position: relative;
top: 34px;
height: 98vh;
2026-01-27 18:27:29 +05:30
}
.BSBillingTable-oCbtn {
font-size: 14px;
cursor: pointer;
position: fixed;
right: 0;
top: 5rem;
}
.BSCategoryCardDiv {
2026-01-27 18:27:29 +05:30
overflow: hidden;
display: flex;
flex-direction: column;
padding: 0rem 0rem;
width: 100%;
height: 98%;
2026-01-27 18:27:29 +05:30
}
2026-03-13 16:31:12 +05:30
.BSLayout1-Card-Cat-Sub {
2026-01-27 18:27:29 +05:30
overflow: hidden;
display: flex;
height: 85vh;
}
.BSLayout1Master {
2026-01-27 18:27:29 +05:30
display: flex;
height: 98vh;
2026-01-27 18:27:29 +05:30
width: 100%;
justify-content: space-between;
overflow: hidden;
gap: 6px;
padding: 3px 5px;
2026-03-13 16:31:12 +05:30
.CategoryHorizontalNew {
background-color: #f4f4f4;
padding: 6px 6px;
border-radius: 4px;
}
.BsTable2-Master {
height: 84vh !important;
}
.BSTable3_overall {
height: 84vh !important;
}
2026-01-27 18:27:29 +05:30
}
.BSCategory1-tablecont {
width: 430px;
height: clamp(100vh, 51rem, 45vh);
margin: 0.1rem 0.1rem;
2026-01-27 18:27:29 +05:30
background-color: #fff;
}
.Layout-bill-container {
width: 100vw;
height: 30px;
align-items: center;
display: flex;
}
@media (min-width: 280px) and (max-width: 499px) {
.CategoryHorizontal.ant-modal-content {
padding: 0 !important;
opacity: 12% !important;
}
2026-03-13 16:31:12 +05:30
.BSLayout1-Card-Cat-Sub {
2026-01-27 18:27:29 +05:30
height: 74vh !important;
column-gap: 0 !important;
}
.BSLayout1Main {
2026-01-27 18:27:29 +05:30
height: 88vh !important;
}
.BSLayout1-ContentDiv {
height: 100vh;
overflow: auto;
}
.layout1-card-content {
flex-grow: 1;
height: 100% !important;
}
.BSCategory1-tablecont {
width: 0px;
justify-content: flex-end !important;
margin: 0rem 0rem !important;
display: flex !important;
align-items: center !important;
}
.BSLayout1-Master .Table3-Price-summarypop {
display: none;
}
.BSLayout1-Master .Table4-Price-summarypop {
display: none;
}
.Layout-bill-container {
height: max-content !important;
padding: 4px 0;
}
}
@media (min-width: 500px) and (max-width: 767px) {
2026-03-13 16:31:12 +05:30
.BSLayout1-Card-Cat-Sub {
2026-01-27 18:27:29 +05:30
height: 74vh !important;
}
.layout1-card-content {
height: 100% !important;
}
.BSCategory1-tablecont {
width: 0px;
margin: 0rem 0rem !important;
display: flex !important;
justify-content: space-between !important;
position: fixed !important;
align-items: center !important;
}
}
@media (width: 1280px) and (max-height: 1024px) {
.BSCategory1-tablecont {
height: clamp(79.5vh, 80rem, 76vh) !important;
}
}
.BSLayout1-Master .bs-item-card-masterdiv {
height: 75vh;
}
.Layout-bill-container {
width: 100vw;
height: 30px;
align-items: center;
display: flex;
}
.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-01-27 18:27:29 +05:30
}
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-01-27 18:27:29 +05:30
.L .example {
width: 80%;
}
.L .label-float {
top: -2px;
}
.L {
height: 32px;
margin-top: 0px;
}
.custom-search .ant-input-affix-wrapper {
height: 30px !important;
padding: 0;
display: flex;
align-items: center;
width: 80%;
}
.custom-search .ant-input {
height: 28px !important;
font-size: 10px;
line-height: 28px;
padding: 0 8px;
}
.custom-search .ant-input-suffix {
height: 28px;
display: flex;
align-items: center;
}
2026-03-13 16:31:12 +05:30
.custom-search .ant-input-affix-wrapper > input.ant-input {
2026-01-27 18:27:29 +05:30
padding: 0;
}
.pricing-name-details {
2026-02-12 18:15:06 +05:30
font-family: "Poppins";
2026-01-27 18:27:29 +05:30
font-size: 12px;
background: var(--SELECTED_COLOR);
padding: 3px 5px;
border-radius: 5px;
color: white;
white-space: nowrap;
margin-left: 8rem;
font-weight: 400;
2026-02-12 18:15:06 +05:30
@media (max-width: 500px) {
font-size: 10px !important;
}
2026-01-27 18:27:29 +05:30
}
@keyframes shake {
0%,
100% {
transform: rotate(0deg);
}
2026-01-27 18:27:29 +05:30
25% {
transform: rotate(-15deg);
}
2026-01-27 18:27:29 +05:30
50% {
transform: rotate(15deg);
}
2026-01-27 18:27:29 +05:30
75% {
transform: rotate(-10deg);
}
}
.bell-shake {
display: inline-block;
animation: shake 0.5s infinite;
}
.custom-popover-userpin {
width: 200px !important;
}
.userpin-div {
background-color: #ff4d4f;
width: 130px;
padding: 4px 6px;
border-radius: 4px 4px;
color: white;
font-size: 12px;
2026-02-12 18:15:06 +05:30
font-family: "POPPINS";
2026-01-27 18:27:29 +05:30
font-weight: 500;
cursor: pointer;
}
2026-01-27 18:27:29 +05:30
.BookingCloseButton {
background: #f70000;
2026-01-27 18:27:29 +05:30
color: white;
border: none;
padding: 2px;
border-radius: 5px;
}
2026-01-27 18:27:29 +05:30
.BookingOpenButton {
background: #52c41a;
color: white;
border: none;
padding: 2px;
border-radius: 5px;
}
2026-01-27 18:27:29 +05:30
.BookingCloseModal {
.ant-modal .ant-modal-content {
padding: 10px 10px !important;
}
}
.navline2LastIcons {
display: flex;
align-items: center;
gap: 2px;
2026-03-13 16:31:12 +05:30
}