Add initial app configure jump links
This commit is contained in:
@@ -434,7 +434,7 @@ multiselect {
|
||||
|
||||
.task-indicator {
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
top: 65px;
|
||||
background: white;
|
||||
padding: 10px;
|
||||
@@ -445,6 +445,41 @@ multiselect {
|
||||
}
|
||||
}
|
||||
|
||||
.app-configure-links {
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
top: 65px;
|
||||
|
||||
div {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
padding: 6px 10px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
color: black;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 16px;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.category-active {
|
||||
text-decoration: none;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&.category-active {
|
||||
background-color: $navbar-default-link-hover-color;
|
||||
color: white;
|
||||
}
|
||||
|
||||
& > i {
|
||||
width: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
// Appstore view
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user