mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Reorganization of Sass files
This commit is contained in:
parent
34e330a537
commit
ec866e1e5a
9 changed files with 298 additions and 264 deletions
|
@ -7,7 +7,6 @@ button.switcher {
|
|||
right: $spacing-gutter/2;
|
||||
bottom: $spacing-gutter;
|
||||
width: auto;
|
||||
max-width: 1rem + $spacing-gutter*2;
|
||||
margin-bottom: 0;
|
||||
padding: .75rem;
|
||||
border-radius: 2rem;
|
||||
|
@ -40,8 +39,7 @@ button.switcher {
|
|||
&:hover,
|
||||
&:focus {
|
||||
max-width: 100%;
|
||||
transition: max-width $transition,
|
||||
background-color $transition,
|
||||
transition: background-color $transition,
|
||||
color $transition;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue