@uppy/file-input
Version:
Simple UI of a file input button that works with Uppy right out of the box
29 lines (26 loc) • 567 B
CSS
.uppy-FileInput-container {
margin-bottom: 15px;
}
.uppy-FileInput-btn {
margin: 0;
padding: 0;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: 1;
background: none;
border: 0;
-webkit-appearance: none;
padding: 10px 15px;
color: rgb(9.84, 57.4, 113.16);
font-size: 0.85em;
font-family: sans-serif;
border: 1px solid rgb(9.84, 57.4, 113.16);
border-radius: 8px;
cursor: pointer;
}
.uppy-FileInput-btn:hover {
color: #fff;
background-color: rgb(9.84, 57.4, 113.16);
}
/*# sourceMappingURL=style.css.map */