bsecure-payments-js
Version:
bSecure Payment Plugin is a JavaScript library that allows you to securely process your payments. This plugin instantly creates a form that adheres to PCI, HIPAA, GDPR, or CCPA security requirements.
24 lines (21 loc) • 380 B
CSS
.Form {
font-family: sans-serif;
text-align: center;
max-width: 700px;
margin: auto;
}
.MuiFormControl-root{
margin: 5px ;
}
.heading{
text-align: unset;
font-size: larger;
font-weight: bold;
padding-bottom: 5px;
}
.MuiButton-root{
text-transform: none ;
}
.MuiPaper-root{
z-index: 1000 ;
}