more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user