Android_Retail/src/Pages/BookingScreen/Template/RetailBookingClosing.scss

87 lines
1.5 KiB
SCSS

.Retail-PaymentTableClose {
display: flex;
width: 100%;
justify-content: flex-end;
cursor: pointer;
}
.Retail-PaymentCloseButton {
font-size: 12px;
border: none;
padding: 2px 5px;
border-radius: 6px;
cursor: pointer;
font-weight: 700;
font-family: "Poppins" !important;
align-items: center;
gap: 5px;
height: 30px;
background-color: #cc1515;
color: #f5f5f5;
width: 150px;
}
.Retail-PaymentClosingOverAll {
display: flex;
gap: 1rem;
flex-direction: column;
.ant-table-wrapper .ant-table-thead > tr > th {
padding: 10px 10px !important;
}
}
.Retail-PaymentClosingOverAll-sub {
color: #000000;
font-size: 14px;
font-weight: 500;
font-family: "Poppins";
}
.Retail-PaymentCloseButtondiv {
display: flex;
justify-content: flex-end;
}
.Retail-PaymentClose-Title {
font-size: 16px;
font-weight: 600;
font-family: "Gilroy" !important;
}
.PaymentCloseButtondiv {
display: flex;
justify-content: flex-end;
}
.PaymentCloseButton {
font-size: 12px;
border: none;
padding: 2px 5px;
border-radius: 6px;
cursor: pointer;
font-weight: 400;
font-family: "Poppins" !important;
align-items: center;
gap: 5px;
height: 30px;
background-color: #f62121;
color: #fff;
width: 150px;
}
.PaymentClosingOverAll-sub {
color: #000000;
font-size: 14px;
font-weight: 500;
font-family: "Poppins";
width: 300px;
margin-top: 10px;
}
.ClosepayBTN {
display: flex;
align-items: center;
justify-content: space-between;
p {
width: 150px;
}
span {
width: 50px;
text-align: right;
}
}