mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Merge branch 'master' into dev
This commit is contained in:
commit
6a6d67dbab
83 changed files with 1825 additions and 2353 deletions
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* Accordion (<details>)
|
||||
* Inspiration: https://codepen.io/koca/pen/RyeLLV
|
||||
*/
|
||||
|
||||
details {
|
||||
|
@ -41,8 +42,8 @@ details {
|
|||
transform: rotate(-90deg);
|
||||
background-image: var(--icon-chevron);
|
||||
background-position: center;
|
||||
background-size: 1rem auto;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1rem auto;
|
||||
content: "";
|
||||
|
||||
@if $enable-transitions {
|
||||
|
|
|
@ -21,10 +21,10 @@ progress {
|
|||
// Reset the default appearance
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
|
||||
// Styles
|
||||
display: inline-block;
|
||||
appearance: none;
|
||||
width: 100%;
|
||||
height: 0.5rem;
|
||||
margin-bottom: calc(var(--spacing) * 0.5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue