mirror of
https://github.com/docker/docs.git
synced 2026-04-03 17:59:01 +07:00
- use the full viewport width - goodbye sad gray, hello fun blue - nicer logo Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
12 lines
476 B
HTML
12 lines
476 B
HTML
<div data-tooltip-wrapper>
|
|
<div data-tooltip-button class="icon-svg flex items-center text-blue-light dark:text-blue-dark">
|
|
{{ partialCached "icon" "help" "help" }}
|
|
</div>
|
|
<div data-tooltip-body
|
|
class="absolute left-0 top-0 hidden max-w-56 rounded bg-gray-light-700 p-2 text-white dark:bg-gray-dark-300"
|
|
role="tooltip">
|
|
{{ . }}
|
|
<div data-tooltip-arrow class="absolute h-2 w-2 rotate-45 bg-gray-light-700 dark:bg-gray-dark-300"></div>
|
|
</div>
|
|
</div>
|