mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
build: build docs
This commit is contained in:
parent
9916574e33
commit
9dd4c914ac
17 changed files with 681 additions and 50 deletions
|
@ -505,4 +505,23 @@ body > nav ul:first-of-type li:nth-of-type(2) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Tooltips
|
||||
*/
|
||||
.tooltip-placement {
|
||||
display: grid;
|
||||
grid-template-columns: 100px 1fr 100px;
|
||||
}
|
||||
.tooltip-placement .top, .tooltip-placement .bottom {
|
||||
grid-column-start: 2;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
.tooltip-placement .left {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 2;
|
||||
}
|
||||
.tooltip-placement .right {
|
||||
grid-column-start: 3;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=pico.docs.css.map */
|
Loading…
Add table
Add a link
Reference in a new issue