#curtis_58573

1 messages · Page 1 of 1 (latest)

ebon emberBOT
void venture
#

Hmm...can you give me more specifics? What kinds of things are you hoping to tweak that aren't well supported right now?

vast moss
#
  1. I want to style based on the :focus pseudo selector
#
  1. I want to be able to have formulaic values for font size: e.g. max(1rem, 18px)
#

as a few examples

void venture
#

Got it - and which elements specifically are you working with? Payment Element? or somethign older like card element?

vast moss
#

cardNumber, cardExpiry, and cardCvC elements

void venture
#

Ah that's a shame - if you were using PaymentElement you could use the Appearance API and have a lot more control over this

vast moss
#

Maybe I can use the payments element. All I want are those three pieces (I don't want the other payment methods as I have those in a separate flow of my checkout). Can I wittle down the PaymentElement to just be a card element?

void venture
vast moss
#

ok, thanks! it feels like overkill, but maybe it will work. I will read though those resources. Thanks for posting the links

void venture
#

👍