mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Docs: Add modal page
This commit is contained in:
parent
10301430ab
commit
f85faceb65
9 changed files with 229 additions and 12 deletions
|
@ -4,8 +4,14 @@
|
|||
|
||||
// Docs: Themes
|
||||
#themes {
|
||||
button i {
|
||||
font-style: normal;
|
||||
button.theme-switcher {
|
||||
&:first-of-type {
|
||||
--font-weight: bold;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,3 +121,10 @@
|
|||
#forms div.grid {
|
||||
grid-row-gap: 0;
|
||||
}
|
||||
|
||||
// Docs: Modal
|
||||
#modal {
|
||||
button {
|
||||
--font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue