documentation page

This commit is contained in:
SBD
2024-07-16 13:16:56 +03:00
parent 0bfae14abc
commit 309bec8d77
4 changed files with 14 additions and 11 deletions

View File

@@ -1816,9 +1816,9 @@ body.n_scroll{
}
.tree_documentation_arrow_img{
width: 12px;
height: 7px;
padding: 9px 6px;
width: 7px;
height: 12px;
padding: 6px 9px;
}
.tree_documentation_container_first_level_txt{
@@ -1828,7 +1828,7 @@ body.n_scroll{
margin-left: 3px;
display: block;
text-decoration: unset;
line-height: 24px;
line-height: 25px;
}
.tree_documentation_container_second_level_txt{
font-size: 16px;

View File

@@ -579,7 +579,7 @@ function showContentPartTree (el) {
let $arrow = $parent.querySelector(".tree_documentation_arrow_img")
$content_part.classList.toggle("hidden")
if ($arrow.style.rotate === '0deg' || $arrow.style.rotate === ''){
$($arrow).css({rotate: '180deg'})
$($arrow).css({rotate: '90deg'})
} else {
$($arrow).css({rotate: '0deg'})
}

View File

@@ -0,0 +1,3 @@
<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.53362 6.53082L1.06056 12.0028L-4.63675e-08 10.942L4.94258 6.00043L-3.60497e-07 1.05882L1.06056 -0.00193982L6.53362 5.47005C6.67431 5.61071 6.75335 5.8015 6.75335 6.00043C6.75335 6.19937 6.67431 6.39016 6.53362 6.53082Z" fill="#0C54A0"/>
</svg>

After

Width:  |  Height:  |  Size: 390 B