Skip to content

Commit

Permalink
Typography outliers elements
Browse files Browse the repository at this point in the history
This commit conveys item 3) from the initial commit: We'll need to address the typography on UI elements that are not covered in the typography section "less structure" given by superset by default.

1) There are still elements that are brand outliers, but will be taken care of on the next commit.
2) Will focus now on the codemirrror less

Signed-off-by: Ricardo Baeta <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
  • Loading branch information
ricardobaeta authored and smacker committed Jun 14, 2019
1 parent 555765c commit 450de62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcd/superset/assets/stylesheets/less/custom-brand.less
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,28 @@ h4:after {
margin-bottom: 20px;
}

.dropdown-menu {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
}

.btn-primary,
.form-control,
.select2-container .select2-choice,
.select2-container-multi .select2-choices .select2-search-field input,
.button-container button,
.button-container .menu li a,
.form-actions-container button,
.form-actions-container .menu li a {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
font-weight: 300;
}

.panel.panel-primary .panel-title {
margin-bottom: 32px;
}

//== Soft-Branding

.nav.navbar-nav .fa {
Expand Down

0 comments on commit 450de62

Please sign in to comment.