-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create ant variables and update form colors * Remove less extension from imports in ant.less * Update font-weight for labels * Add percy snapshot for create data source page * Remove bold in labels only for checkboxes and radio buttons
- Loading branch information
1 parent
e8120c5
commit 84d5bec
Showing
4 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* -------------------------------------------------------- | ||
Colors | ||
-----------------------------------------------------------*/ | ||
@primary-color: #2196F3; | ||
|
||
|
||
/* -------------------------------------------------------- | ||
Font | ||
-----------------------------------------------------------*/ | ||
@redash-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | ||
@font-family-no-number: @redash-font; | ||
@font-family: @redash-font; | ||
@code-family: @redash-font; | ||
@font-size-base: 13px; | ||
|
||
|
||
/* -------------------------------------------------------- | ||
Typograpgy | ||
-----------------------------------------------------------*/ | ||
@text-color: #595959; | ||
|
||
|
||
/* -------------------------------------------------------- | ||
Form | ||
-----------------------------------------------------------*/ | ||
@input-height-base: 35px; | ||
@input-color: #595959; | ||
@border-radius-base: 2px; | ||
@border-color-base: #E8E8E8; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters