goshare/static/style.css

26 lines
332 B
CSS
Raw Permalink Normal View History

.container {
max-width: 600px;
margin: auto;
}
#upload-box {
display: flex;
flex-direction: column;
align-items: center;
padding: 100px;
border: dashed;
2024-01-26 13:45:26 +00:00
transition: background-color 0.5s ease-in-out;
}
#upload-box.active {
background-color: #eee;
}
/* #file-input { */
/* } */
#retention-select {
margin-top: 1rem;
}