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
|
||||
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:
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
.recurly-hosted-field {
|
||||
height: 2em;
|
||||
border: 1px solid #ccc;
|
||||
|
||||
&:extend(.form-control);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue