Android_Retail/src/Styles/Payment/PaymentDetails/PaymentDetails.scss

72 lines
1.2 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.upi-div {
display: flex;
gap: 1rem;
}
.upi-submitButton {
display: flex;
justify-content: flex-end;
}
.paymentdetails-radio .ant-radio-group {
margin: 1rem 0;
}
.otpInput {
width: 2.5rem !important;
height: 2.5rem;
margin: 0 0.14rem;
font-size: 1rem;
text-align: center;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.3);
}
.timersecdiv {
margin: 1rem 1rem 1rem 0;
}
.timersecdiv .primary_Button {
width: 140px;
}
.timersecsubdiv {
display: flex;
flex-direction: row;
column-gap: 0.5rem;
margin-top: 10px;
2026-01-27 18:27:29 +05:30
}
2026-02-26 17:47:48 +05:30
.defaultandCustomisedTheme {
display: flex;
align-items: center;
gap: 6px;
font-family: "Poppins";
margin: 0 0 10px 0;
background-color: #e1e1e1;
padding: 4px 4px;
width: max-content;
border-radius: 4px;
}
.defaultandCustomisedTheme > div {
font-weight: 500;
font-size: 20px;
padding: 2px 8px;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
display: flex;
align-items: center;
gap: 4px;
}
.defaultandCustomisedTheme > div:hover {
background-color: #f2f2f2;
}
.defaultandCustomisedTheme > div.selected {
background-color: #ffffff;
font-weight: 500;
border-radius: 4px;
svg {
color: #008b00 !important;
}
}