hubl/src/styles/layout/project/project-create.scss

11 lines
263 B
SCSS

/*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{
}
}
}