Merge pull request #2819 from woocommerce/PCP-3946-Convert-existing-payment-methods-screen-into-the-new-design

Convert existing payment methods screen into the new design (3946)
This commit is contained in:
Emili Castells 2024-11-21 12:49:01 +01:00 committed by GitHub
commit e70377c7ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 350 additions and 230 deletions

View file

@ -11,6 +11,9 @@ $color-gray-400: #CCCCCC;
$color-gray-300: #EBEBEB;
$color-gray-200: #E0E0E0;
$color-gray: #646970;
$color-text-tertiary: #505050;
$color-text-text: #070707;
$color-border:#AEAEAE;
$shadow-card: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
$shadow-selection-box: 0 2px 4px 0 rgba(0, 0, 0, 0.1);