New: Project Aphrodite

This commit is contained in:
Qstick
2018-11-23 02:04:42 -05:00
parent 65efa15551
commit 8430cb40ab
1080 changed files with 73015 additions and 0 deletions
@@ -0,0 +1,50 @@
.item {
border-left: 3px solid transparent;
color: $sidebarColor;
transition: border-left 0.3s ease-in-out;
}
.isActiveItem {
border-left: 3px solid $themeBlue;
}
.link {
display: block;
padding: 12px 24px;
color: $sidebarColor;
&:hover,
&:focus {
color: $themeBlue;
text-decoration: none;
}
}
.childLink {
composes: link;
padding: 10px 24px;
}
.isActiveLink {
color: $themeBlue;
}
.isActiveParentLink {
background-color: $sidebarActiveBackgroundColor;
}
.iconContainer {
display: inline-block;
margin-right: 7px;
width: 18px;
text-align: center;
}
.noIcon {
margin-left: 25px;
}
.status {
float: right;
}