mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Documentation
This commit is contained in:
parent
16c7596319
commit
0b93083ca1
8 changed files with 37 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.DS_Store
|
||||
TODO.md
|
||||
prepros-6.config
|
||||
|
|
|
@ -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);
|
||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -45,6 +45,15 @@ details {
|
|||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
~ * {
|
||||
margin-top: $spacing-typography/2;
|
||||
|
||||
~ * {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue