mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
Improvements
- Add .contrast variant - Separate _button-styles.scss - Edit .secondary, mark, figcaption, hgroup, tooltips - Docs: Add More about grids, External links icon, Second theme switcher
This commit is contained in:
parent
066c0a04fd
commit
73237bdcd4
26 changed files with 516 additions and 229 deletions
|
@ -13,7 +13,7 @@ figure {
|
|||
figcaption {
|
||||
color: var(--muted-text);
|
||||
font-size: 87.5%;
|
||||
padding: 0 $spacing-gutter ;
|
||||
padding: ($spacing-gutter/2) $spacing-gutter;
|
||||
}
|
||||
|
||||
@if map-get($breakpoints, "sm") {
|
||||
|
@ -22,7 +22,7 @@ figure {
|
|||
margin-left: 0;
|
||||
|
||||
figcaption {
|
||||
padding: 0;
|
||||
padding: ($spacing-gutter/2) 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue