remove border button

This commit is contained in:
anamotaadyen
2022-10-06 20:20:28 +01:00
parent 4b5d8c60da
commit d3a28d2ae7
3 changed files with 33 additions and 0 deletions

View File

@@ -634,6 +634,7 @@ a:hover {
--background-color: purple;
--button-edges: 10px;
--body-edges: 10px;
--border-off: 1px solid #e6e9eb;
}
@@ -644,6 +645,12 @@ a:hover {
.adyen-checkout__payment-method {
border-radius: var(--body-edges) !important;
border: var(--border-off) !important;
}
.adyen-checkout__payment-method__radio {
/* Radio button in payment method header */
}
/* Copy button */