All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.molecules.forms.import-button.import-button.component.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
@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