EvalueTonSavoir/client/src/components/ImportModal/importModal.css

21 lines
429 B
CSS
Raw Normal View History

2024-03-29 20:08:34 -04:00
.import-container {
border-style: dashed;
border-width: thin;
border-color: rgba(128, 128, 128, 0.5);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 20vh;
cursor: pointer;
box-sizing: border-box;
margin: 0 20px 0 20px;
}
.file-container {
gap: 10px;
display: flex;
align-items: center;
padding: 4px;
}