Improve exports and GUI
This commit is contained in:
parent
0a48759576
commit
fa1d5b8bce
13 changed files with 195 additions and 50 deletions
|
|
@ -91,7 +91,9 @@ $tertiary-dark-active-open: $gray-600;
|
|||
.page_nav nav ul {
|
||||
padding-left: 0;
|
||||
list-style-type: none;
|
||||
line-height: 2rem;
|
||||
li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--bs-text);
|
||||
|
|
@ -223,7 +225,14 @@ details.tree[open]>summary::before {
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
details.success_criterion:last-child {
|
||||
border-bottom: solid 1px $tertiary;
|
||||
}
|
||||
|
||||
details.success_criterion {
|
||||
border: solid 1px $tertiary;
|
||||
border-bottom: solid 0px $tertiary;
|
||||
|
||||
summary:hover {
|
||||
background-color: $tertiary-hover;
|
||||
|
||||
|
|
@ -255,24 +264,31 @@ details.success_criterion {
|
|||
details.success_criterion[open] {
|
||||
border: solid 1px $tertiary;
|
||||
|
||||
summary {
|
||||
>summary {
|
||||
background-color: $tertiary;
|
||||
}
|
||||
|
||||
summary:hover {
|
||||
>summary:hover {
|
||||
background-color: $tertiary-active-hover;
|
||||
}
|
||||
}
|
||||
|
||||
@include color-mode(dark) {
|
||||
details.success_criterion {
|
||||
border: solid 1px $tertiary-dark;
|
||||
border-bottom: solid 0px $tertiary-dark;
|
||||
}
|
||||
details.success_criterion:last-child {
|
||||
border-bottom: solid 1px $tertiary-dark;
|
||||
}
|
||||
details.success_criterion[open] {
|
||||
border: solid 1px $tertiary-dark;
|
||||
|
||||
summary {
|
||||
>summary {
|
||||
background-color: $tertiary-dark;
|
||||
}
|
||||
|
||||
summary:hover {
|
||||
>summary:hover {
|
||||
background-color: $tertiary-dark-active-open;
|
||||
}
|
||||
}
|
||||
|
|
@ -326,4 +342,4 @@ details[open] {
|
|||
|
||||
.sortable-ghost {
|
||||
border: solid 3px $primary !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue