diff --git a/src/styles/layout/project/_index.scss b/src/styles/layout/project/_index.scss index 8c168b5..5a93164 100644 --- a/src/styles/layout/project/_index.scss +++ b/src/styles/layout/project/_index.scss @@ -1,2 +1 @@ @import 'project-profile'; -@import 'project-create'; diff --git a/src/styles/layout/project/project-create.scss b/src/styles/layout/project/project-create.scss deleted file mode 100644 index ee31f2f..0000000 --- a/src/styles/layout/project/project-create.scss +++ /dev/null @@ -1,11 +0,0 @@ -/*File made to personnalise upload button | Module will change from sib uploader to sib-images*/ - -#admin-project-create{ - @supports(-webkit-appearance: none) or (-moz-appearance: none) { - input[type="file"]{ - } - input[type="file"]:after{ - - } - } -} \ No newline at end of file