mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Build CSS, JS and Docs
This commit is contained in:
parent
f85faceb65
commit
13abfc4115
49 changed files with 676 additions and 212 deletions
|
@ -180,7 +180,10 @@ main > aside details[open] > summary:not(:focus) {
|
|||
/**
|
||||
* Docs: Documentation
|
||||
*/
|
||||
#themes button i {
|
||||
#themes button.theme-switcher:first-of-type {
|
||||
--font-weight: bold;
|
||||
}
|
||||
#themes button.theme-switcher i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -271,6 +274,10 @@ main > aside details[open] > summary:not(:focus) {
|
|||
grid-row-gap: 0;
|
||||
}
|
||||
|
||||
#modal button {
|
||||
--font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Typography
|
||||
*/
|
||||
|
@ -352,6 +359,37 @@ section > pre {
|
|||
content: "Great";
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Modal
|
||||
*/
|
||||
dialog.example {
|
||||
display: block;
|
||||
z-index: inherit;
|
||||
position: relative;
|
||||
top: inherit;
|
||||
right: inherit;
|
||||
bottom: inherit;
|
||||
left: inherit;
|
||||
align-items: inherit;
|
||||
justify-content: inherit;
|
||||
width: inherit;
|
||||
min-width: inherit;
|
||||
height: inherit;
|
||||
min-height: inherit;
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
dialog.example article {
|
||||
max-width: inherit;
|
||||
}
|
||||
dialog.example:not([open]), dialog.example[open=false] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dialog-is-open body > button {
|
||||
filter: blur(0.125rem);
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Navs
|
||||
*/
|
||||
|
|
File diff suppressed because one or more lines are too long
2
docs/css/pico.docs.min.css
vendored
2
docs/css/pico.docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue