Checkout: Kreis-Icon bei Kreditkarte durch schlichtes Kartensymbol ersetzt
Die zwei ueberlappenden Kreise (Visa/Mastercard-Anmutung) beim Kreditkarte-Zahlungsoption wirkten wie ein fremdes Marken-Logo statt einem neutralen eigenen Icon. Ersetzt durch ein schlichtes SVG-Kartensymbol, im gleichen Stil wie die anderen Zahlungsarten-Icons (PayPal/Klarna). Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
52429c5a16
commit
1add9a42a1
@@ -1506,11 +1506,10 @@ a:focus-visible, button:focus-visible {
|
||||
}
|
||||
.pay-option .pay-icon.pay-icon-emoji { font-size: 1.7rem; font-style: normal; }
|
||||
|
||||
/* Kreditkarte: zwei überlappende Kreise (Visa/Mastercard-Anmutung) statt einem Buchstaben. */
|
||||
.pay-icon-cc { position: relative; }
|
||||
.pay-icon-cc .cc-dot { position: absolute; width: 24px; height: 24px; border-radius: 50%; top: 50%; transform: translateY(-50%); }
|
||||
.pay-icon-cc .cc-dot-a { left: 8px; background: #eb5b3c; }
|
||||
.pay-icon-cc .cc-dot-b { left: 20px; background: #f7b73c; mix-blend-mode: screen; }
|
||||
/* Kreditkarte: schlichtes Kartensymbol (SVG) statt einem Buchstaben wie bei PayPal/Klarna —
|
||||
vorher zwei überlappende Kreise in Visa/Mastercard-Anmutung, die auf Wunsch entfernt wurden
|
||||
(wirkten wie ein fremdes Marken-Logo statt einem neutralen eigenen Icon). */
|
||||
.pay-icon-cc svg { display: block; }
|
||||
.pay-option .pay-sub { display: block; font-weight: 400; font-size: 0.8rem; color: var(--c-text-muted); margin-top: 0.1em; }
|
||||
|
||||
/* Der "Verbinden"-Bereich sitzt DIREKT in der Karte selbst und klappt beim Anklicken sofort auf —
|
||||
|
||||
Reference in New Issue
Block a user