Documentation

This commit is contained in:
Lucas 2019-11-27 18:35:03 +07:00
parent 16c7596319
commit 0b93083ca1
8 changed files with 37 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.DS_Store
TODO.md
prepros-6.config

View File

@ -1122,6 +1122,14 @@ details summary:focus {
outline: none;
}
details summary ~ * {
margin-top: 0.75rem;
}
details summary ~ * ~ * {
margin-top: 0;
}
details[open] summary {
margin-bottom: 0.375rem;
color: var(--muted-text);

File diff suppressed because one or more lines are too long

View File

@ -1274,6 +1274,14 @@ details summary:focus {
outline: none;
}
details summary ~ * {
margin-top: 0.75rem;
}
details summary ~ * ~ * {
margin-top: 0;
}
details[open] summary {
margin-bottom: 0.375rem;
color: var(--muted-text);

View File

@ -1118,6 +1118,14 @@ details summary:focus {
outline: none;
}
details summary ~ * {
margin-top: 0.75rem;
}
details summary ~ * ~ * {
margin-top: 0;
}
details[open] summary {
margin-bottom: 0.375rem;
color: var(--muted-text);

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -45,6 +45,15 @@ details {
&:focus {
outline: none;
}
~ * {
margin-top: $spacing-typography/2;
~ * {
margin-top: 0;
}
}
}
// Open