1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

select space root or category docs

This commit is contained in:
Harvey Kandola 2017-10-02 13:48:37 -04:00
parent 8d761da939
commit ba5988dca3
8 changed files with 105 additions and 100 deletions

View file

@ -29,14 +29,14 @@
}
.documents-list {
@include content-container();
margin-bottom: 50px;
.document-item {
margin: 0;
margin: 0 0 25px 0;
padding: 25px 15px;
position: relative;
transition: 0.3s;
@include content-container();
&:hover {
> .link {
@ -58,7 +58,7 @@
position: absolute;
display: none;
top: 10px;
right: 10px;
right: 20px;
cursor: pointer;
> .material-icons {