refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
22
resources/sass/stripe.scss
vendored
Normal file
22
resources/sass/stripe.scss
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user