27 lines
418 B
CSS
27 lines
418 B
CSS
.input {
|
|
background: #efefef;
|
|
}
|
|
|
|
.descriptionContainer {
|
|
padding: var(--gap);
|
|
padding-top: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.fileNameContainer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.fileNameContainer {
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.fileNameContainer > div {
|
|
/* Override geist-ui styling */
|
|
margin: 0 !important;
|
|
}
|