56 lines
886 B
SCSS
56 lines
886 B
SCSS
.doc-list-header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin: 25px 0px;
|
|
background-color: #e6e6e653;
|
|
border-radius: 10px;
|
|
height: 85px;
|
|
padding: 0px 0px 0px 15px;
|
|
}
|
|
|
|
.doc-header-text {
|
|
margin-bottom: -7px !important;
|
|
margin-left: 6px;
|
|
letter-spacing: -0.6px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.nodocs-text-container {
|
|
border-top: 1px solid #dcd9d9 !important;
|
|
margin-top: 6px;
|
|
margin: 15px 15px;
|
|
padding: 15px 25px;
|
|
}
|
|
|
|
.nodocs-text {
|
|
padding: 3px 5px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.nodocs-light-text {
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
.nodocs-list-item {
|
|
padding: 3px 0px;
|
|
}
|
|
|
|
.document-list-lower-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.user-name-container {
|
|
margin-top: 8px;
|
|
margin-left: 7px;
|
|
color: var(--font-light);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.dropdown-container {
|
|
padding: 0rem 1rem;
|
|
}
|