mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
47 lines
688 B
SCSS
47 lines
688 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|