mirror of
https://github.com/picocss/pico.git
synced 2025-06-16 11:15:05 -04:00
build changes
This commit is contained in:
parent
28b95e4fd5
commit
9b8655266a
236 changed files with 590 additions and 354 deletions
|
@ -1781,14 +1781,16 @@ main {
|
|||
* Card (<article>)
|
||||
*/
|
||||
.pico article {
|
||||
height: -moz-min-content;
|
||||
height: min-content;
|
||||
margin-bottom: var(--pico-block-spacing-vertical);
|
||||
padding: var(--pico-block-spacing-vertical) var(--pico-block-spacing-horizontal);
|
||||
border-radius: var(--pico-border-radius);
|
||||
background: var(--pico-card-background-color);
|
||||
box-shadow: var(--pico-card-box-shadow);
|
||||
}
|
||||
.pico article:not(:has(details[open])) {
|
||||
height: -moz-min-content;
|
||||
height: min-content;
|
||||
}
|
||||
.pico article > header,
|
||||
.pico article > footer,
|
||||
.pico article > details > summary > header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue