Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .StripeElement {
- box-sizing: border-box;
- height: 40px;
- width: 225px;
- padding: 10px 12px;
- border: 1px solid transparent;
- border-radius: 4px;
- background-color: white;
- box-shadow: 0 1px 3px 0 #e6ebf1;
- -webkit-transition: box-shadow 150ms ease;
- transition: box-shadow 150ms ease;
- }
- .StripeElement--focus {
- box-shadow: 0 1px 3px 0 #cfd7df;
- }
- .StripeElement--invalid {
- border-color: #fa755a;
- }
- .StripeElement--webkit-autofill {
- background-color: #fefde5 !important;
- }
- .wrapper {
- height: 100vh;
- display: flex;
- /* align-items: center; */
- justify-content: center;
- background-color: #454C66;
- }
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- margin-top: 5vh;
- }
- #spinner {
- display: none;
- }
- #cardholder-name {
- box-sizing: border-box;
- height: 40px;
- width: 100%;
- padding: 10px 12px;
- border: 1px solid transparent;
- border-radius: 4px;
- background-color: white;
- box-shadow: 0 1px 3px 0 #e6ebf1;
- -webkit-transition: box-shadow 150ms ease;
- transition: box-shadow 150ms ease;
- margin-bottom: 25px;
- }
- .form-row {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 35px;
- width:100%;
- }
- ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
- color: #32325d;
- opacity: 0.3; /* Firefox */
- }
- :-ms-input-placeholder { /* Internet Explorer 10-11 */
- color:#32325d;
- }
- ::-ms-input-placeholder { /* Microsoft Edge */
- color: #32325d;
- }
- #save-button {
- border: none;
- color: white;
- font-weight: bold;
- border-radius: 25px;
- padding: 8px 20px 8px 20px;
- background-color: rgb(27,191, 145);
- margin-bottom: 10px;
- }
- #card-element {
- width: 100%
- }
- .hide {
- display: none;
- }
- .auth-wrapper {
- width: 200px;
- }
- .status-wrapper {
- display: 'flex';
- justify-content: center;
- align-items: center;
- }
- .success-wrapper {
- display: none;
- justify-content: center;
- align-items: center;
- }
- form {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 50%;
- }
- .primary-white {
- color: white;
- }
- .primary-alert {
- color: #fa755a;
- }
- .text-sm {
- font-size: 12px;
- text-align: center;
- }
- .text-md {
- font-size: 24px;
- text-align: center;
- }
- .text-lg {
- font-size: 64px;
- text-align: center;
- }
- .bold {
- font-weight: bold;
- }
- .italic {
- font-style: italic
- }
- .mt-10 {
- margin-top: 10px;
- }
- iframe {
- width: 100%;
- height: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment