Skip to content

Commit

Permalink
Make header semitransparent.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed Jul 31, 2018
1 parent 97377f4 commit cd9d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ a {
}

.header {
background-color: transparentize($color-purple-25, 0.1);
z-index: $layer-front;
padding: 15px 10px 0;
pointer-events: none;
Expand Down Expand Up @@ -334,7 +335,6 @@ a {
.topologies-item-main,
.topologies-sub-item {
pointer-events: all;

color: $text-secondary-color;
@extend .btn-opacity;
cursor: pointer;
Expand Down

0 comments on commit cd9d085

Please sign in to comment.