Initial commit
This commit is contained in:
30
src/components/PaymentMethods/PaymentMethods.module.css
Normal file
30
src/components/PaymentMethods/PaymentMethods.module.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.paymentMethods :global(.ant-radio-wrapper:last-child) {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.paymentMethods :global(.ant-radio-label) {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* radio.module.css */
|
||||
.paymentMethods :global(.ant-radio-inner) {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
border-radius: 30px !important;
|
||||
}
|
||||
|
||||
.paymentMethods :global(.ant-radio) {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
|
||||
.paymentMethods :global(.ant-radio-checked .ant-radio-inner) {
|
||||
border-radius: 30px !important;
|
||||
}
|
||||
|
||||
.differentCardIcon{
|
||||
position: relative;
|
||||
top: 1px
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user