Merge branch 'feature/projects' of https://git.startinblox.com/applications/hubl into feature/projects

This commit is contained in:
maxime_senza 2020-06-01 16:24:27 +02:00
commit e7b4ba16a5
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{
}
}
}