@uppy/file-input
Version:
Simple UI of a file input button that works with Uppy right out of the box
26 lines (25 loc) • 479 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: #0a3971;
font-size: 0.85em;
font-family: sans-serif;
border: 1px solid #0a3971;
border-radius: 8px;
cursor: pointer;
}
.uppy-FileInput-btn:hover {
color: #fff;
background-color: #0a3971;
}