mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-23 16:53:40 +01:00
fix pdf icon
This commit is contained in:
parent
54c5230a9b
commit
7c24102e77
@ -69,13 +69,18 @@ a.item-thumb {
|
||||
}
|
||||
}
|
||||
|
||||
.item.pdf-item &,
|
||||
.item.attachment-item & {
|
||||
.item.pdf-item & {
|
||||
&:before {
|
||||
content: '\e415';
|
||||
}
|
||||
}
|
||||
|
||||
.item.attachment-item & {
|
||||
&:before {
|
||||
content: '\e24d';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.item.playlist-item & {
|
||||
&:before {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user