docs: Update tooltips

This commit is contained in:
Lucas Larroche 2022-09-11 14:37:31 +07:00
parent 5e1c52661e
commit e33f67e39c
8 changed files with 30 additions and 63 deletions

View file

@ -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 */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long