This commit is contained in:
Kenneth Jannette
2024-02-25 19:09:50 -06:00
parent fc6645b5e1
commit 0a4e8db134
3 changed files with 39 additions and 9 deletions

View File

@@ -68,6 +68,10 @@
.toggle-outer {
display: flex;
flex-direction: column;
border: 1px solid var(--accent-orange-light);
margin-right: 12px;
border-radius: 10px;
background-color: var(--background-blue);
}
.toggle-box {
@@ -81,13 +85,18 @@
.toggle-header {
display: flex;
justify-content: center;
padding-right: 12px;
margin-top: -8px;
padding-right: 7px;
height: 28px;
}
.list-upper-right {
//
.doclist-toggle-link {
color: blue;
}
.doclist-toggle-link:hover {
cursor: pointer;
color: orange;
text-decoration: underline;
}
.document-list-lower-wrapper {