2017-12-11 11:40:12 +00:00
|
|
|
.view-attachment {
|
2017-03-07 14:39:06 +00:00
|
|
|
> .upload-document-files {
|
2017-09-21 15:48:00 +01:00
|
|
|
margin: 10px 0 0 0;
|
2017-03-07 14:39:06 +00:00
|
|
|
@include ease-in();
|
|
|
|
|
2017-09-21 15:48:00 +01:00
|
|
|
> .dz-preview, .dz-processing {
|
2017-03-07 14:39:06 +00:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .list {
|
2018-05-30 11:27:29 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-03-07 14:39:06 +00:00
|
|
|
|
|
|
|
> .item {
|
|
|
|
color: $color-off-black;
|
|
|
|
margin: 0;
|
2018-05-30 11:27:29 +01:00
|
|
|
padding: 0;
|
2017-12-11 11:40:12 +00:00
|
|
|
font-size: 1rem;
|
2017-03-07 14:39:06 +00:00
|
|
|
list-style-type: none;
|
|
|
|
|
2018-05-30 11:27:29 +01:00
|
|
|
> a {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 1rem;
|
|
|
|
vertical-align: text-top;
|
2017-03-07 14:39:06 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2018-05-30 11:27:29 +01:00
|
|
|
> .delete {
|
|
|
|
display: inline-block;
|
|
|
|
visibility: hidden;
|
2017-03-07 14:39:06 +00:00
|
|
|
}
|
2018-05-29 18:26:04 +01:00
|
|
|
|
2018-05-30 11:27:29 +01:00
|
|
|
&:hover {
|
|
|
|
> .delete {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2018-05-29 18:26:04 +01:00
|
|
|
}
|
2017-03-07 14:39:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|