Theme: Add picocss v1.5.11
This commit is contained in:
parent
fe6fab6f1e
commit
74cdb157fd
37 changed files with 3712 additions and 0 deletions
16
themes/ccchh/assets/pico-1.5.11/scss/layout/_scroller.scss
Normal file
16
themes/ccchh/assets/pico-1.5.11/scss/layout/_scroller.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* Horizontal scroller (<figure>)
|
||||
*/
|
||||
|
||||
// Wrapper to make any content responsive across all viewports
|
||||
figure {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
|
||||
figcaption {
|
||||
padding: calc(var(--spacing) * 0.5) 0;
|
||||
color: var(--muted-color);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue