better styling, close to being deployable

This commit is contained in:
Henry Oswald 2018-04-13 17:32:20 +01:00
parent e19a118ef4
commit b1ee05de3e
2 changed files with 3 additions and 9 deletions

View file

@ -47,12 +47,8 @@ define [
publicKey: window.recurlyApiKey
style:
all:
fontFamily: 'Open Sans',
fontSize: '1rem',
fontWeight: 'bold',
fontColor: '#2c0730'
number:
placeholder: 'Card number'
fontFamily: '"Open Sans", sans-serif',
fontSize: '16px',
month:
placeholder: 'mm'
year:

View file

@ -1,7 +1,5 @@
.recurly-hosted-field {
height: 2em;
border: 1px solid #ccc;
&:extend(.form-control);
}