MessageAttachments.module.scss
414 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import '../../../../styles/app';
.messageAttachments {
width: 50%;
@media screen and (max-width: 576px) {
width: 100%;
}
}
.attachmentsInfo {
margin: -5px 0 10px;
a {
margin-left: 5px;
}
}
.attachment {
max-width: 100%;
img {
width: 100%;
}
h5 {
font-weight: $font-weight-semi-bold;
}
}
.attachmentButtons {
margin: -5px 0 15px;
a {
margin-left: 10px;
}
}