mirror of
https://github.com/documize/community.git
synced 2025-08-02 12:05:23 +02:00
document attachments view
This commit is contained in:
parent
6cc78f76da
commit
486b5983d9
11 changed files with 65 additions and 130 deletions
47
gui/app/styles/view/document/view-attachment.scss
Normal file
47
gui/app/styles/view/document/view-attachment.scss
Normal file
|
@ -0,0 +1,47 @@
|
|||
.view-attachment {
|
||||
margin: 0 0 50px 0;
|
||||
|
||||
> .upload-document-files {
|
||||
margin: 10px 0 0 0;
|
||||
@include ease-in();
|
||||
|
||||
> .dz-preview, .dz-processing {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
> .list {
|
||||
margin: 20px 0 0 0;
|
||||
padding: 7px 0;
|
||||
|
||||
> .item {
|
||||
color: $color-off-black;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
font-size: 1rem;
|
||||
list-style-type: none;
|
||||
|
||||
> .icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
> a {
|
||||
@extend .text-truncate;
|
||||
width: 80%;
|
||||
color: $color-gray;
|
||||
|
||||
&:hover {
|
||||
color: $color-link;
|
||||
}
|
||||
|
||||
> .file {
|
||||
@extend .text-truncate;
|
||||
display: inline-block;
|
||||
font-size: 0.9rem;
|
||||
width: 80%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue