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

45 lines
894 B
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;
}