Improve app display configuration

This commit is contained in:
Johannes Zellner
2019-09-12 16:28:21 +02:00
parent aafa698776
commit fd73b28d66
3 changed files with 48 additions and 38 deletions
+5 -3
View File
@@ -433,10 +433,12 @@ multiselect {
// ----------------------------
.task-indicator {
font-size: 18px;
position: fixed;
right: 20px;
top: 65px;
background: white;
bottom: 45px;
background: $brand-primary;
color: white;
padding: 10px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
@@ -448,7 +450,7 @@ multiselect {
.app-configure-links {
position: fixed;
left: 20px;
top: 65px;
top: 100px;
div {
cursor: pointer;