mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
better styling, close to being deployable
This commit is contained in:
parent
e19a118ef4
commit
b1ee05de3e
2 changed files with 3 additions and 9 deletions
|
@ -47,12 +47,8 @@ define [
|
||||||
publicKey: window.recurlyApiKey
|
publicKey: window.recurlyApiKey
|
||||||
style:
|
style:
|
||||||
all:
|
all:
|
||||||
fontFamily: 'Open Sans',
|
fontFamily: '"Open Sans", sans-serif',
|
||||||
fontSize: '1rem',
|
fontSize: '16px',
|
||||||
fontWeight: 'bold',
|
|
||||||
fontColor: '#2c0730'
|
|
||||||
number:
|
|
||||||
placeholder: 'Card number'
|
|
||||||
month:
|
month:
|
||||||
placeholder: 'mm'
|
placeholder: 'mm'
|
||||||
year:
|
year:
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
.recurly-hosted-field {
|
.recurly-hosted-field {
|
||||||
height: 2em;
|
&:extend(.form-control);
|
||||||
border: 1px solid #ccc;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue