mostly good for release
This commit is contained in:
parent
8fc7eff67b
commit
b626e6265e
32 changed files with 425 additions and 169 deletions
|
@ -1,12 +1,13 @@
|
|||
nav {
|
||||
padding: 0 var(--pad-xl) var(--pad-xl) 0 !important;
|
||||
& ul {
|
||||
margin: 0 !important;
|
||||
}
|
||||
& details {
|
||||
border: 0 !important;
|
||||
}
|
||||
body > nav {
|
||||
border-right: 4px solid;
|
||||
border-bottom: 4px solid;
|
||||
height: auto;
|
||||
border-bottom-right-radius: var(--round);
|
||||
& a, button {
|
||||
border: 0 !important;
|
||||
border: 0;
|
||||
margin: 0 0 var(--pad-sm) 0 ;
|
||||
}
|
||||
& details:not([open]) > summary, details[open] {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue