Skip to content

Commit

Permalink
Merge 7c2d566 into e8c117e
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangScott committed Jul 27, 2016
2 parents e8c117e + 7c2d566 commit 05bba00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/default.theme.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/******Font Settings******/
/*Label Font*/
@font-family-base: 'Arial, Helvetica, sans-serif';
@font-size-base: 12px;
/*Font inside Input Control*/
@input-inner-font-family: @font-family-base;
@input-inner-font-size: 14px;

/******Control's Setting******/
@border-radius-base: 4px;
@input-height-base: 26px;
5 changes: 5 additions & 0 deletions src/styles/infrastructure/Input.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*Font inside input including input, select, text area*/
.form-control {
font-family: @input-inner-font-family;
font-size: @input-inner-font-size;
}

0 comments on commit 05bba00

Please sign in to comment.