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

[WIP] moved start-document functionality, reworked folder view

WIP -- import files still BROKEN
This commit is contained in:
Harvey Kandola 2017-09-25 19:14:33 +01:00
parent 8f80673cde
commit a0a1dd396a
20 changed files with 2820 additions and 2039 deletions

View file

@ -22,9 +22,11 @@
}
.documents-list {
@include content-container();
.document-item {
@include content-container();
margin: 0;
padding: 25px 15px;
position: relative;
transition: 0.3s;
@ -48,7 +50,7 @@
position: absolute;
display: none;
top: 10px;
right: 20px;
right: 10px;
cursor: pointer;
> .material-icons {
@ -82,18 +84,8 @@
}
}
.wizard-item {
margin: 0;
padding: 0;
}
.no-wizard-item {
margin: 50px 0;
padding: 0;
}
.selected-card {
background-color: $color-card-active !important;
background-color: $color-selected-item !important;
> .checkbox {
display: block;
@ -101,8 +93,7 @@
}
}
.move-document-options,
.start-document-options {
.move-document-options {
height: 200px;
overflow-y: auto;
margin: 0;