mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
document attachments view
This commit is contained in:
parent
6cc78f76da
commit
486b5983d9
11 changed files with 65 additions and 130 deletions
|
@ -1,5 +1,4 @@
|
|||
@import "history.scss";
|
||||
@import "activity.scss";
|
||||
@import "attachments.scss";
|
||||
@import "toc.scss";
|
||||
@import "new-section.scss";
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
@import "doc-structure.scss";
|
||||
@import "section-editor.scss";
|
||||
@import "wysiwyg.scss";
|
||||
@import "view-attachment.scss";
|
|
@ -1,10 +1,5 @@
|
|||
.document-attachments {
|
||||
.view-attachment {
|
||||
margin: 0 0 50px 0;
|
||||
// @include content-container();
|
||||
|
||||
> h2 {
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
> .upload-document-files {
|
||||
margin: 10px 0 0 0;
|
||||
|
@ -23,13 +18,9 @@
|
|||
color: $color-off-black;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
font-size: 0.9rem;
|
||||
font-size: 1rem;
|
||||
list-style-type: none;
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
> .icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -51,27 +42,6 @@
|
|||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
|
||||
> .action {
|
||||
float: right;
|
||||
margin-top: -2px;
|
||||
margin-right: 5px;
|
||||
@extend .cursor-pointer;
|
||||
@extend .transition-all;
|
||||
display: none;
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.action {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.delete-attachment-dialog,
|
||||
.delete-page-dialog {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue