Add view image modal for image attachments
This commit is contained in:
@ -7,11 +7,20 @@
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.attachment {
|
||||
margin-bottom: .75rem;
|
||||
margin-bottom: .5rem;
|
||||
display: block;
|
||||
transition: background-color $transition;
|
||||
border-radius: $radius;
|
||||
padding: .5rem;
|
||||
|
||||
&:hover {
|
||||
background-color: $grey-lightest;
|
||||
}
|
||||
|
||||
.filename {
|
||||
font-weight: bold;
|
||||
margin-bottom: .25rem;
|
||||
color: $dark;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
Reference in New Issue
Block a user