mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
docs: Update tooltips
This commit is contained in:
parent
5e1c52661e
commit
e33f67e39c
8 changed files with 30 additions and 63 deletions
|
@ -505,23 +505,4 @@ 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