1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

[WIP] PDF viewer section & per section attachments

This commit is contained in:
Harvey Kandola 2019-04-17 17:13:18 +01:00
parent c0ed3c3d04
commit 166aeba09b
428 changed files with 45874 additions and 802 deletions

View file

@ -4,6 +4,7 @@
@import "github.scss";
@import "jira.scss";
@import "markdown.scss";
@import "pdfjs.scss";
@import "plantuml.scss";
@import "papertrail.scss";
@import "table.scss";

File diff suppressed because it is too large Load diff

View file

@ -4,6 +4,10 @@
box-shadow: 0 0 0 0.75pt map-get($gray-shades, 200),0 0 3pt 0.75pt map-get($gray-shades, 200);
border: 1px solid map-get($gray-shades, 200);
}
> .attachments {
}
}
.content-linker-modal-container {

View file

@ -4,6 +4,10 @@
}
}
.dz-preview, .dz-processing {
display: none !important;
}
.document-sidebar-attachment {
> .files {
margin: 0;