This commit is contained in:
Kenneth Jannette
2024-02-20 12:45:17 -06:00
parent 722f39dec0
commit 9657f204bd
2 changed files with 48 additions and 24 deletions

View File

@@ -52,6 +52,22 @@
padding: 3px 0px;
}
.document-list-upper-wrapper {
display: flex;
flex-direction: row;
width: 100%;
background-color: yellow;
}
.list-upper-left {
background-color: blue;
width: 95%;
}
.list-upper-right {
background-color: red;
}
.document-list-lower-wrapper {
display: flex;
flex-direction: column;
@@ -66,6 +82,6 @@
font-weight: 500;
}
.dropdown-container {
.content-container {
padding: 0rem 1rem;
}