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