src.app.molecules.forms.import-button.import-button.component.scss Maven / Gradle / Ivy
@import 'colors';
.btn {
width: 118px;
height: 38px;
cursor: pointer;
position: relative;
input[type='file'] {
width: 118px;
height: 38px;
opacity: 0;
margin-left: -12px;
top: 0;
position: absolute;
cursor: pointer;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy