mirror of
https://github.com/jlengrand/checkoutCreate.git
synced 2026-03-10 08:11:18 +00:00
Merge pull request #45 from adyen-examples/Farah
Fixed border edges issue
This commit is contained in:
@@ -1014,12 +1014,12 @@ a:hover {
|
||||
margin: var(--payments-spacing) !important;
|
||||
}
|
||||
|
||||
.adyen-checkout__payment-methods-list li:nth-child(2) {
|
||||
.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method, .adyen-checkout__payment-method:first-child {
|
||||
border-top-left-radius: var(--topedges-left) !important;
|
||||
border-top-right-radius: var(--topedges-right) !important;
|
||||
}
|
||||
|
||||
.adyen-checkout__payment-methods-list li:last-child {
|
||||
.adyen-checkout__payment-method--next-selected, .adyen-checkout__payment-method:last-child {
|
||||
border-bottom-left-radius: var(--bottomedges-left) !important;
|
||||
border-bottom-right-radius: var(--bottomedges-right) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user