mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
style: figure
This commit is contained in:
parent
d3455eaca1
commit
d07f4b4960
125 changed files with 1559 additions and 4 deletions
13
css/pico.fluid.classless.blue.min.css
vendored
13
css/pico.fluid.classless.blue.min.css
vendored
|
@ -996,6 +996,19 @@ kbd {
|
|||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Figure
|
||||
*/
|
||||
figure {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
figure figcaption {
|
||||
padding: calc(var(--pico-spacing) * 0.5) 0;
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Miscs
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue