505 lines
8.3 KiB
SCSS
505 lines
8.3 KiB
SCSS
|
|
.BSLayout2-Master {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
row-gap: 3rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-NavBar {
|
||
|
|
width: 100%;
|
||
|
|
position: fixed;
|
||
|
|
z-index: 3;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
// box-shadow: var(--BOX_SHADOW_LEVEL2); //srinth made changes By Sridhar Anna
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-subcat {
|
||
|
|
display: flex;
|
||
|
|
flex-grow: 1;
|
||
|
|
width: 500px;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: #f3f3f3;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2 {
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
top: 3.4rem;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
top: 3.9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
top: 3.1rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2Standard {
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
top: 2rem;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
top: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
top: 2rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSBillingTable-oCbtn {
|
||
|
|
font-size: 14px;
|
||
|
|
cursor: pointer;
|
||
|
|
position: fixed;
|
||
|
|
right: 0;
|
||
|
|
top: 5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-Contentcont {
|
||
|
|
overflow: hidden;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 100vw;
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
width: 100%;
|
||
|
|
// height: 70%;
|
||
|
|
height: 86%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-Cardcont {
|
||
|
|
overflow: auto;
|
||
|
|
display: flex;
|
||
|
|
flex-grow: 1;
|
||
|
|
// height: min(85vh, 720px);
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
flex: 1;
|
||
|
|
min-height: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.BsLayout2-ContentDiv {
|
||
|
|
display: flex;
|
||
|
|
height: 89vh;
|
||
|
|
//nk
|
||
|
|
// height: 95vh;
|
||
|
|
//
|
||
|
|
overflow: hidden;
|
||
|
|
justify-content: space-between;
|
||
|
|
background-color: #f1f5f9;
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
height: 85vh;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
height: 80vh;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.BsLayout2-ContentDivNew {
|
||
|
|
height: 89vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-tablecont {
|
||
|
|
width: 425px;
|
||
|
|
// height: calc(34.1em + 1.5vw);
|
||
|
|
margin: 0.2rem 0.5rem;
|
||
|
|
// height: clamp(72vh, 71rem, 50vh);
|
||
|
|
background-color: #fff;
|
||
|
|
//vm
|
||
|
|
border-radius: 12px;
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
width: 100%;
|
||
|
|
margin: 0.5rem;
|
||
|
|
min-height: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
margin: 0.25rem;
|
||
|
|
min-height: 150px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 280px) and (max-width: 499px) {
|
||
|
|
.BSLayout2-Master .BSTable3_overall {
|
||
|
|
height: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-Cardcont {
|
||
|
|
height: 68vh !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .Table4-Price-summarypop {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.BSLayout2-Master .bs-item-card-masterdiv {
|
||
|
|
height: 82%;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
// .BsLayout2-ContentDiv {
|
||
|
|
// height: 73vh;
|
||
|
|
// }
|
||
|
|
// Naresh
|
||
|
|
.BsLayout2-ContentDiv {
|
||
|
|
//nk
|
||
|
|
// height: 71vh;
|
||
|
|
//
|
||
|
|
height: 65vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
.BSCategory2-tablecont {
|
||
|
|
// width:300px!important;
|
||
|
|
width: 0px;
|
||
|
|
// justify-content: flex-end !important;
|
||
|
|
// height: 104px;
|
||
|
|
display: flex !important;
|
||
|
|
position: fixed !important;
|
||
|
|
align-items: center !important;
|
||
|
|
bottom: 0;
|
||
|
|
left: -4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.BSLayout2-Master .BSCategory2-Cardcont {
|
||
|
|
height: 44vh !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 500px) and (max-width: 767px) {
|
||
|
|
.BSLayout2-Master .BSTable3_overall {
|
||
|
|
height: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .BSCategory2-Cardcont {
|
||
|
|
// height: 74vh !important;
|
||
|
|
// }
|
||
|
|
|
||
|
|
//Naresh
|
||
|
|
//nk
|
||
|
|
.BSLayout2-Master .bs-item-card-masterdiv {
|
||
|
|
height: 70%;
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
.BSCategory2-Cardcont {
|
||
|
|
height: 52vh !important;
|
||
|
|
//nk
|
||
|
|
// height: 65.5vh !important;
|
||
|
|
//
|
||
|
|
}
|
||
|
|
|
||
|
|
//
|
||
|
|
//nk
|
||
|
|
.BSLayout2-Master .BsTable2-Master {
|
||
|
|
height: 0vh !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-tablecont {
|
||
|
|
display: flex !important;
|
||
|
|
justify-content: space-between !important;
|
||
|
|
position: fixed !important;
|
||
|
|
bottom: 0;
|
||
|
|
align-items: center !important;
|
||
|
|
height: 0vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSCategory2-subcat {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (width: 1280px) and (max-height: 1024px) {
|
||
|
|
// .BSLayout1-ContentDiv {
|
||
|
|
|
||
|
|
// height: clamp(99.5vh, 80rem, 99vh) !important;
|
||
|
|
// }
|
||
|
|
.BSCategory2-tablecont {
|
||
|
|
height: clamp(79.5vh, 80rem, 76vh) !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
//nk
|
||
|
|
.BSLayout2-Master .BSBTOverall1-Default {
|
||
|
|
// height: 84vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .BsTable2-Master {
|
||
|
|
// height: 83vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .BSTable3_overall {
|
||
|
|
// height: 84vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .BSBilling4TableCont-default {
|
||
|
|
// height: 84vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .BSBillingTable5-table-master-div {
|
||
|
|
// height: 85vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .BSBTOverall6-defaultscreen {
|
||
|
|
// height: 84vh;
|
||
|
|
height: 81vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BST6Payment-Structure {
|
||
|
|
bottom: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.BSLayout2-Master .bs-item-card-masterdiv {
|
||
|
|
height: 97%;
|
||
|
|
padding-bottom: 10rem;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
///////////////// new Content
|
||
|
|
|
||
|
|
.NewLayoutBillContainer {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: row;
|
||
|
|
gap: 1.2rem;
|
||
|
|
justify-content: space-between;
|
||
|
|
// justify-content: space-between;
|
||
|
|
width: 100%;
|
||
|
|
padding: 0.75rem 1.5rem;
|
||
|
|
background-color: #1e2536;
|
||
|
|
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||
|
|
.price-change-btn {
|
||
|
|
color: #fff !important;
|
||
|
|
filter: invert(2);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
padding: 0.55rem 0.5rem !important;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
white-space: nowrap;
|
||
|
|
padding: 0.75rem 0.5rem;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LicenseActive {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
gap: 1rem;
|
||
|
|
align-items: center;
|
||
|
|
color: #eeeeee;
|
||
|
|
position: relative;
|
||
|
|
left: 7rem;
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
top: 6px;
|
||
|
|
}
|
||
|
|
svg {
|
||
|
|
display: flex;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.NetAmountIcons-Main {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
gap: 1rem;
|
||
|
|
color: #eeeeee;
|
||
|
|
|
||
|
|
@media (max-width: 600px) {
|
||
|
|
margin-top: 10px;
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// .NetAmountIcons {
|
||
|
|
// display: flex;
|
||
|
|
// flex-direction: row;
|
||
|
|
// gap: 0.5rem;
|
||
|
|
// color: #eeeeee;
|
||
|
|
// }
|
||
|
|
.AdvanceYearly {
|
||
|
|
background-color: #16a34a;
|
||
|
|
padding: 0.2rem 0.75rem;
|
||
|
|
font-size: 14px;
|
||
|
|
border-radius: 50px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #fff;
|
||
|
|
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.SalesCountNew {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 10px;
|
||
|
|
font-size: 0.9rem;
|
||
|
|
margin-left: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.takeaway-count {
|
||
|
|
display: flex !important;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.count-split {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.FaRupeeSign {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 2px;
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .NetAmountIcons {
|
||
|
|
// svg {
|
||
|
|
// font-size: 1.3rem;
|
||
|
|
// padding:6px 4px;
|
||
|
|
// cursor:pointer;
|
||
|
|
// width: 28px;
|
||
|
|
// height: 30px;
|
||
|
|
// &:hover{
|
||
|
|
// background-color: #fff3;
|
||
|
|
// }
|
||
|
|
// }
|
||
|
|
// }
|
||
|
|
}
|
||
|
|
|
||
|
|
.NetAmountNew {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 5px;
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
.standardTooltipDineIN {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
.NetAmountNew {
|
||
|
|
font-size: 12px !important;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.AdvanceYearly {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.standardTooltipDineIN {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.salesStoreName {
|
||
|
|
// background-color: #2563eb;
|
||
|
|
color: #000000;
|
||
|
|
padding: 0.1rem 0.5rem;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 500;
|
||
|
|
text-align: center;
|
||
|
|
font-family: 'Poppins';
|
||
|
|
margin: 3px 3px 1px 3px;
|
||
|
|
|
||
|
|
svg {
|
||
|
|
display: flex;
|
||
|
|
stroke-width: 0.3;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
gap: 4px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.price-change-btn {
|
||
|
|
font-family: 'Poppins';
|
||
|
|
text-wrap: nowrap;
|
||
|
|
background-color: unset;
|
||
|
|
color: #333333;
|
||
|
|
font-size: 10px;
|
||
|
|
font-weight: 500;
|
||
|
|
padding: 3px 4px 0px 4px;
|
||
|
|
border: none;
|
||
|
|
border-radius: 4px;
|
||
|
|
cursor: pointer;
|
||
|
|
// box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||
|
|
transition: all 0.2s ease;
|
||
|
|
outline: none !important;
|
||
|
|
margin-right: 5px;
|
||
|
|
|
||
|
|
> img {
|
||
|
|
height: 25px;
|
||
|
|
width: 25px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.price-change-btn:hover {
|
||
|
|
background-color: #f9fafb;
|
||
|
|
// box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.price-change-btn:active {
|
||
|
|
transform: scale(0.98);
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.price-change-btn:focus {
|
||
|
|
// box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Quotation-tables {
|
||
|
|
.ant-form-item {
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-input {
|
||
|
|
padding: 6px 14px 6px 11px !important;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-table table {
|
||
|
|
border-spacing: 0 !important;
|
||
|
|
}
|
||
|
|
}
|