Android_Retail/src/Styles/BookingScreen/Template/BSLayout7/BSC1Search.scss

145 lines
2.6 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.BSC1Search-container {
// display: flex;
// flex-direction: row;
// padding: 0.5rem 0 0 1.5rem;
// gap: 0.5rem;
width: 100%;
display: flex;
flex-direction: row;
gap: 0.5rem;
align-items: center;
justify-content: center;
padding: 4px 8px;
.ant-form-item {
margin-bottom: 0 !important;
}
}
.BSC1Search-search {
border: none;
outline: none;
width: 100%;
height: 55px;
font-size: 30px;
border-radius: 15px;
padding-left: 5px;
}
.BSC1Search-div1 {
display: flex;
flex-direction: row;
border: 1px solid var(--DEFAULT_SELECTED_COLOR);
background-color: #fff;
border-radius: 15px;
width: 100%;
height: 57px;
gap: 1.2rem;
padding-right: 1.5rem;
align-items: center;
}
.BSC1Search-div1:focus-within {
border: 2px solid #52c41a;
}
.BSC1Search-div1 .ant-select {
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
}
2026-02-17 12:18:40 +05:30
.BSC1Search-div1 .ant-select:not(.ant-select-customize-input) .ant-select-selector {
2026-01-27 18:27:29 +05:30
border: none;
height: 35px;
}
.BSC1Search-div1 .ant-select-focused {
border: none !important;
outline: none !important;
box-shadow: none !important;
}
.BSC1Search-div1 .ant-select-focused .ant-select-selector,
.BSC1Search-div1 .ant-select-selector:focus,
.BSC1Search-div1 .ant-select-selector:active,
.BSC1Search-div1 .ant-select-open .ant-select-selector {
border: none !important;
box-shadow: none !important;
}
.BSC1Search-button1 {
width: 150px;
height: 57px;
border-radius: 6px;
background-color: var(--ERROR_COLOR);
border: none;
font-size: 15px;
2026-02-17 12:18:40 +05:30
font-family: "Poppins", sans-serif;
2026-01-27 18:27:29 +05:30
font-weight: 600;
color: #fff;
cursor: pointer;
}
.BSC1Search-button2 {
width: 100px;
height: 57px;
border-radius: 6px;
background-color: #dddddd;
border: none;
font-size: 15px;
2026-02-17 12:18:40 +05:30
font-family: "Poppins", sans-serif;
2026-01-27 18:27:29 +05:30
font-weight: 600;
cursor: pointer;
opacity: 1;
}
.BSC1Search-button2:hover {
opacity: 0.5;
}
.BSC1Search-button2:focus {
background-color: #e0b4b4;
}
.BSC1Search-barcodeicon {
width: 35px;
height: 35px;
cursor: pointer;
}
.BSC1Search-searchicon {
width: 25px;
height: 25px;
cursor: pointer;
}
.Search-auto-field {
width: 100%;
}
.BSC1Search-div1 .ant-form {
width: 100%;
}
@media screen and (max-width: 768px) {
.BSC1Search-button1 {
font-size: 12px;
height: 45px;
}
.BSC1Search-button2 {
font-size: 12px;
height: 45px;
}
.BSC1Search-div1 {
height: 45px;
}
.BSC1Search-search {
height: 43px;
}
}
@media (max-width: 499px) {
.BSC1Search-container {
padding: 0.3rem;
}
}
2026-02-17 12:18:40 +05:30
.StockVariantModal {
height: 40vh;
overflow: auto;
scrollbar-width: thin;
}