Show task progress as progress bar instead of indicator

This commit is contained in:
Johannes Zellner
2019-09-24 21:08:42 +02:00
parent 1b03e750a2
commit fe04ad9940
3 changed files with 26 additions and 52 deletions
-15
View File
@@ -494,21 +494,6 @@ multiselect {
}
}
.task-indicator {
font-size: 18px;
position: fixed;
right: 20px;
bottom: 45px;
background: $brand-primary;
color: white;
padding: 10px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
span {
margin: 0 10px;
}
}
.app-configure-links {
div {
cursor: pointer;