Правки документации и слияние

This commit is contained in:
Александр Анисин
2026-06-03 17:37:43 +03:00
parent fb4254c9da
commit d9048a58c6
71 changed files with 1034 additions and 134 deletions
@@ -126,8 +126,9 @@
&::after {
content: attr(data-tooltip);
position: absolute;
left: 32px;
top: calc(100% + 4px);
right: 16px;
top: 50%;
transform: translateY(-50%);
z-index: 100;
padding: 6px 10px;
border-radius: 6px;