mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Improvements
- Small adjustments for table striping - Consitent shadows for Dark mode - Bigger Checkboxes, Radios and Switches - Disable transitions for Checkboxes, Radios and Details - Simplier .grids in docs - Replace .js for internal scroll with CSS - Better aside adjustment in .js - Many small improvements in docs
This commit is contained in:
parent
772425bf2f
commit
c8ddb87647
26 changed files with 209 additions and 288 deletions
7
docs/scss/layout/_document.scss
Normal file
7
docs/scss/layout/_document.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Docs: Document
|
||||
*/
|
||||
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
|
@ -5,6 +5,16 @@
|
|||
// Docs: Themes
|
||||
// ––––––––––––––––––––
|
||||
|
||||
#start {
|
||||
a[role="button"] svg {
|
||||
padding-left: .66rem;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
// Docs: Themes
|
||||
// ––––––––––––––––––––
|
||||
|
||||
#themes {
|
||||
button i {
|
||||
font-style: normal;
|
||||
|
|
|
@ -79,3 +79,13 @@ div[role="document"] section a[href*="//"]:not([href*="https://picocss.com"]):no
|
|||
background-size: .66rem auto;
|
||||
content: '';
|
||||
}
|
||||
|
||||
// Form grid
|
||||
// ––––––––––––––––––––
|
||||
|
||||
form.grid {
|
||||
> input:not([type=checkbox]):not([type=radio]),
|
||||
> button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
@import "themes/docs";
|
||||
|
||||
// Layout
|
||||
@import "layout/document";
|
||||
@import "layout/main";
|
||||
@import "layout/aside";
|
||||
@import "layout/documentation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue