diff --git a/public/images/file/compress.svg b/public/images/file/compress.svg
new file mode 100644
index 000000000..5e152ff5d
--- /dev/null
+++ b/public/images/file/compress.svg
@@ -0,0 +1 @@
+
diff --git a/public/images/file/image.svg b/public/images/file/image.svg
new file mode 100644
index 000000000..9cb237529
--- /dev/null
+++ b/public/images/file/image.svg
@@ -0,0 +1 @@
+
diff --git a/public/images/file/media.svg b/public/images/file/media.svg
new file mode 100644
index 000000000..40789b551
--- /dev/null
+++ b/public/images/file/media.svg
@@ -0,0 +1 @@
+
diff --git a/public/images/file/pdf.svg b/public/images/file/pdf.svg
new file mode 100644
index 000000000..9a27a1711
--- /dev/null
+++ b/public/images/file/pdf.svg
@@ -0,0 +1 @@
+
diff --git a/public/images/file/text.svg b/public/images/file/text.svg
new file mode 100644
index 000000000..e9e55f18f
--- /dev/null
+++ b/public/images/file/text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/mix-manifest.json b/public/mix-manifest.json
index b47812e4f..790897548 100644
--- a/public/mix-manifest.json
+++ b/public/mix-manifest.json
@@ -1,5 +1,6 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css",
+ "/.DS_Store": "/.DS_Store",
"/favicon.ico": "/favicon.ico"
}
diff --git a/resources/assets/sass/pages/page-file.scss b/resources/assets/sass/pages/page-file.scss
index 8059367f0..ee298177d 100644
--- a/resources/assets/sass/pages/page-file.scss
+++ b/resources/assets/sass/pages/page-file.scss
@@ -307,6 +307,27 @@
&.ppt:before {
background-image: url("../images/file/ppt.svg");
}
+ &.compress:before {
+ background-image: url("../images/file/compress.svg");
+ }
+ &.image:before {
+ background-image: url("../images/file/image.svg");
+ }
+ &.media:before {
+ background-image: url("../images/file/media.svg");
+ }
+ &.pdf:before {
+ background-image: url("../images/file/pdf.svg");
+ }
+ &.text:before {
+ background-image: url("../images/file/text.svg");
+ }
+ &.cad:before {
+ background-image: url("../images/file/cad.svg");
+ }
+ &.other:before {
+ background-image: url("../images/file/other.svg");
+ }
}
.taskfont {
color: #aaaaaa;
@@ -447,6 +468,27 @@
&.ppt .file-icon {
background-image: url("../images/file/ppt.svg");
}
+ &.compress .file-icon {
+ background-image: url("../images/file/compress.svg");
+ }
+ &.image .file-icon {
+ background-image: url("../images/file/image.svg");
+ }
+ &.media .file-icon {
+ background-image: url("../images/file/media.svg");
+ }
+ &.pdf .file-icon {
+ background-image: url("../images/file/pdf.svg");
+ }
+ &.text .file-icon {
+ background-image: url("../images/file/text.svg");
+ }
+ &.cad .file-icon {
+ background-image: url("../images/file/cad.svg");
+ }
+ &.other .file-icon {
+ background-image: url("../images/file/other.svg");
+ }
&.highlight {
background-color: #f4f5f7;
}
@@ -522,6 +564,27 @@
&.ppt:before {
background-image: url("../images/file/ppt.svg");
}
+ &.compress:before {
+ background-image: url("../images/file/compress.svg");
+ }
+ &.image:before {
+ background-image: url("../images/file/image.svg");
+ }
+ &.media:before {
+ background-image: url("../images/file/media.svg");
+ }
+ &.pdf:before {
+ background-image: url("../images/file/pdf.svg");
+ }
+ &.text:before {
+ background-image: url("../images/file/text.svg");
+ }
+ &.cad:before {
+ background-image: url("../images/file/cad.svg");
+ }
+ &.other:before {
+ background-image: url("../images/file/other.svg");
+ }
}
}
diff --git a/resources/assets/statics/public/images/file/compress.svg b/resources/assets/statics/public/images/file/compress.svg
new file mode 100644
index 000000000..5e152ff5d
--- /dev/null
+++ b/resources/assets/statics/public/images/file/compress.svg
@@ -0,0 +1 @@
+
diff --git a/resources/assets/statics/public/images/file/image.svg b/resources/assets/statics/public/images/file/image.svg
new file mode 100644
index 000000000..9cb237529
--- /dev/null
+++ b/resources/assets/statics/public/images/file/image.svg
@@ -0,0 +1 @@
+
diff --git a/resources/assets/statics/public/images/file/media.svg b/resources/assets/statics/public/images/file/media.svg
new file mode 100644
index 000000000..40789b551
--- /dev/null
+++ b/resources/assets/statics/public/images/file/media.svg
@@ -0,0 +1 @@
+
diff --git a/resources/assets/statics/public/images/file/pdf.svg b/resources/assets/statics/public/images/file/pdf.svg
new file mode 100644
index 000000000..9a27a1711
--- /dev/null
+++ b/resources/assets/statics/public/images/file/pdf.svg
@@ -0,0 +1 @@
+
diff --git a/resources/assets/statics/public/images/file/text.svg b/resources/assets/statics/public/images/file/text.svg
new file mode 100644
index 000000000..e9e55f18f
--- /dev/null
+++ b/resources/assets/statics/public/images/file/text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file