first load
This commit is contained in:
32
styles/_attachments.scss
Normal file
32
styles/_attachments.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
/***** Attachments *****/
|
||||
/* Styles attachments inside posts, articles and comments */
|
||||
.attachments {
|
||||
.attachment-item {
|
||||
padding-left: 20px;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:last-child { margin-bottom: 0; }
|
||||
|
||||
.attachment-icon {
|
||||
color: $text_color;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
|
||||
.attachment-icon {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.upload-dropzone span {
|
||||
color: $secondary-text-color;
|
||||
}
|
||||
Reference in New Issue
Block a user