Improve app display configuration
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user