Files
CRM/resources/sass/stripe.scss
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

23 lines
427 B
SCSS
Vendored

.StripeElement {
background-color: #ffffff;
height: 45px;
width: 100%;
padding: 13px 12px;
border-radius: 4px;
border: 1px solid #999999;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #d0d0d0;
}
.StripeElement--invalid {
border-color: #d9534f;
}
.StripeElement--webkit-autofill {
background-color: #fffacd !important;
}