Skip to content

Commit

Permalink
Fixes UAST tab changes some global styles issue
Browse files Browse the repository at this point in the history
This fixes

UAST tab changes some global styles #183

Signed-off-by: Ricardo Baeta <[email protected]>
  • Loading branch information
ricardobaeta committed Jul 4, 2019
1 parent 4048da1 commit a0db1fd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions srcd/superset/assets/src/uast/override.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,33 @@ body {
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
}

//= Header Primary CTA

.nav.navbar-nav.navbar-right .btn-primary,
.nav.navbar-nav.navbar-right .btn.btn-primary {
background-color: @brand-primary;
color: #fff;
border: none;
text-transform: uppercase;
padding: 0.45rem 2.65rem 0.45rem 1.35rem;
font-weight: 600;
font-size: 14px !important;

i:before {
content: "\F0D7";
font-size: 14px;
color: #fff;
position: relative;
left: 45px;
}
}

.nav.navbar-nav.navbar-right .btn-primary:hover,
.nav.navbar-nav.navbar-right .btn.btn-primary:hover {
background-color: darken(@brand-primary, 3%);
}

.nav.navbar-nav.navbar-right .btn-primary .fa {
color: #fff;
}

0 comments on commit a0db1fd

Please sign in to comment.