mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
20 lines
429 B
CSS
20 lines
429 B
CSS
.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;
|
|
}
|