Left menu in drive

This commit is contained in:
yflory
2017-07-11 11:57:14 +02:00
parent 8f5a244999
commit 112c4c85e5
4 changed files with 87 additions and 50 deletions

View File

@@ -117,3 +117,19 @@
}
}
}
.leftsideCategory {
.unselectable();
padding: 5px 20px;
margin: 15px 0;
cursor: pointer;
.fa {
width: 20px;
}
&:hover {
background: rgba(0,0,0,0.05);
}
&.active {
background: white;
}
}