Skip to content

Commit

Permalink
SHIBUI-811 Updated colors to use brand
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 10, 2018
1 parent cd0ff8f commit deb4113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/metadata/manager/container/manager.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}

.nav-tabs, .nav-link.active {
border-color: $blue;
border-color: $brand-primary;
}

.nav-link:hover {
border-bottom-color: $blue;
border-bottom-color: $brand-primary;
}
}
4 changes: 2 additions & 2 deletions ui/src/app/shared/switch/switch.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

$transition-duration: 400ms;

$off-color: $red;
$on-color: $light-blue;
$off-color: $brand-danger;
$on-color: $brand-info;

$distance: 26px;

Expand Down

0 comments on commit deb4113

Please sign in to comment.