forked from 3wordchant/capsul-flask
stripe payment processor
This commit is contained in:
BIN
capsulflask/static/capsul-product-image.png
Normal file
BIN
capsulflask/static/capsul-product-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -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;
|
||||
|
Reference in New Issue
Block a user