Android_Retail/src/Styles/Payment/PaymentReceivedRetail/PaymentReceivedRetail.scss

89 lines
1.5 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.PaymentReceivedRetail-Master {
width: 100%;
margin-top: 30px;
.Re-Print-table {
height: 350px !important;
}
.OBamountOwner {
display: flex;
// align-items: center;
align-items: flex-start;
height: max-content;
gap: 10px;
width: 100%;
justify-content: space-between;
}
.formDiv {
padding-top: 0 !important;
height: max-content;
}
.amountreceivedDate {
height: 50px !important;
}
// .openingbalanceInput2 {
// height: 70px !important;
// }
.openingbalanceInput {
width: 100%;
}
.formDivAnt {
gap: 1rem !important;
height: max-content;
width: 100%;
}
.obcustomertable {
display: flex;
align-items: flex-start;
flex-direction: column;
width: 100%;
gap: 12px;
}
.saveBTNOB {
background-color: #28aa3a;
color: #fff;
height: max-content;
width: max-content;
padding: 6px 10px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
}
.example {
width: 110px !important;
.ant-input {
padding: 15px 14px 6px 11px !important;
}
}
.ant-select-selector,
.ant-select.ant-select-in-form-item {
width: 150px !important;
}
.customerpayRequest-One {
display: flex;
align-items: center;
gap: 2rem;
font-size: 18px;
padding: 10px 0;
flex-wrap: wrap;
}
.customerpayRequest {
display: flex;
align-items: flex-start;
column-gap: 1rem;
flex-wrap: wrap;
padding-bottom: 10px;
}
}