feature: add drive on project

This commit is contained in:
Jean-Baptiste Pasquier
2019-06-05 11:45:41 +02:00
parent 89db25fa85
commit 6c2e57383b
5 changed files with 26 additions and 0 deletions

View File

@ -122,6 +122,11 @@ a {
}
}
.drive {
width: 100%;
border: 0;
}
.backlink {
font-size: 1.5rem;
margin: 2rem 0 0 2rem;

View File

@ -5,6 +5,7 @@
padding: 0;
height: calc(100vh - 84px);
position: relative;
overflow: hidden;
> sib-chat {
position: absolute;

View File

@ -92,6 +92,10 @@
&[name$='profile']>li {
@include ci('information');
}
&[name$='drive']>li {
@include ci('file');
}
}
}
}