15 lines
182 B
CSS
15 lines
182 B
CSS
.file-input-container {
|
|
display: flex;
|
|
column-gap: 10px;
|
|
padding-block: 10px;
|
|
}
|
|
|
|
.file-name {
|
|
display: flex;
|
|
column-gap: 5px;
|
|
}
|
|
|
|
fa-icon {
|
|
cursor: pointer;
|
|
}
|