Make app main header the open app action instead of the button

This commit is contained in:
Johannes Zellner
2019-09-27 16:35:43 +02:00
parent c07b3e2d3c
commit af532bae8f
2 changed files with 13 additions and 5 deletions

View File

@@ -486,6 +486,15 @@ multiselect {
margin-right: 10px;
line-height: 0.7;
font-size: 30px;
a {
color: black;
&:hover {
text-decoration: none;
color: $brand-primary;
}
}
}
div {