Skip to content

Commit

Permalink
more variables customization
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 22, 2019
1 parent a9d220a commit 251f588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ export default {
'@border-color-base': '#dedede',
'@border-color-split': '#dedede',

'@outline-width': 0,
'@outline-color': '#737373',

'@input-height-lg': '36px',
'@input-height-base': '32px',
'@input-height-sm': '24px',
'@input-hover-border-color': '#737373',

'@form-item-margin-bottom': '16px',

'@btn-default-bg': '#fafafa',
'@btn-default-border': '#dedede',
Expand Down

0 comments on commit 251f588

Please sign in to comment.