remove useless style

This commit is contained in:
Jean-Baptiste Pasquier 2020-06-01 13:02:46 +02:00
parent fe6b8c903d
commit 4f351f37fb
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 0 additions and 12 deletions

View File

@ -1,2 +1 @@
@import 'project-profile';
@import 'project-create';

View File

@ -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{
}
}
}