mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
Polish
- Polish forms documentation - Polish scss code
This commit is contained in:
parent
a6a0aab312
commit
bcf6d7c779
8 changed files with 18 additions and 7 deletions
|
@ -47,7 +47,6 @@ button.switcher {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
&::after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
* Docs: Document
|
||||
*/
|
||||
|
||||
html{
|
||||
html {
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
|
|
|
@ -121,3 +121,12 @@
|
|||
margin-top: $spacing-typography*2;
|
||||
}
|
||||
}
|
||||
|
||||
// Docs: Forms
|
||||
// ––––––––––––––––––––
|
||||
|
||||
#forms {
|
||||
div.grid {
|
||||
grid-row-gap: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue