Add initial back to my apps link

This commit is contained in:
Johannes Zellner
2019-09-16 14:15:38 +02:00
parent 935c92b507
commit a738ddb917
2 changed files with 14 additions and 1 deletions

View File

@@ -452,6 +452,18 @@ multiselect {
.col-md-8 {
padding-left: 0;
}
.back-to-apps-link {
position: absolute;
left: 0;
top: 45px;
padding: 20px;
&:hover,
&:focus {
text-decoration: none;
}
}
}
.task-indicator {