stripe payment processor

This commit is contained in:
2020-05-12 12:38:36 -05:00
parent d293d43392
commit 08e23cf0d1
12 changed files with 264 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -122,7 +122,7 @@ select {
padding-right: 2em;
}
input[type=text], textarea {
input[type=text], input[type=number], textarea {
font: calc(0.40rem + 1vmin) monospace;
border: 1px solid #777e73;
outline: 0;
@ -152,6 +152,17 @@ input[type=submit], select {
cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
h1, h2, h3, h4, h5 {
font-size:calc(0.40rem + 1vmin);
margin: initial;
@ -195,7 +206,7 @@ td {
.code {
display: inline-block;
padding: 0.5em 2em;
padding: 0.5em 1.2em;
border-radius: 0.5em;
border: 1px solid #777e73;
background: #bdc7b810;