Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 10, 2021
1 parent aa9a323 commit 6290bbd
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/file/compress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/file/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/file/media.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/file/pdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/file/text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css",
"/.DS_Store": "/.DS_Store",
"/favicon.ico": "/favicon.ico"
}
63 changes: 63 additions & 0 deletions resources/assets/sass/pages/page-file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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");
}
}
}

Expand Down
1 change: 1 addition & 0 deletions resources/assets/statics/public/images/file/compress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/assets/statics/public/images/file/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/assets/statics/public/images/file/media.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/assets/statics/public/images/file/pdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6290bbd

Please sign in to comment.