Make header semitransparent.

This commit is contained in:
Filip Barl
2018-07-31 15:11:49 +01:00
parent d624337dc1
commit e806c848df

View File

@@ -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;
@@ -334,7 +335,6 @@ a {
.topologies-item-main,
.topologies-sub-item {
pointer-events: all;
color: $text-secondary-color;
@extend .btn-opacity;
cursor: pointer;