speed disclaimer

This commit is contained in:
2024-04-03 21:43:37 +02:00
parent d5e735b59e
commit f915094775
5 changed files with 22 additions and 2 deletions
+17
View File
@@ -114,6 +114,23 @@ button {
}
}
[data-tooltip]:hover::after,
[data-tooltip]:focus::after {
position: absolute;
transform: translateX(10px);
content: attr(data-tooltip);
color: white;
background: black;
padding: 0.5em;
max-width: 300px;
z-index: 100;
}
[data-tooltip] {
cursor: pointer;
}
.btn {
padding: 0.4em 0.75em;