This commit is contained in:
SBD
2024-07-11 17:34:08 +03:00
parent 579094ac18
commit ee09e0e907
3 changed files with 75 additions and 78 deletions

View File

@@ -1777,6 +1777,7 @@ body.n_scroll{
.tree_documentation_container_first_level{
width: 100%;
margin: 10px 0;
}
.tree_documentation_container_first_line{
@@ -1816,10 +1817,17 @@ body.n_scroll{
color: #000000;
margin-left: 3px;
}
.tree_documentation_container_first_level_txt.margin{
margin-left: 24px;
}
.tree_documentation_container_second_level_txt.margin{
margin-left: 24px;
}
.content_part_tree_documentation_container{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.content_part_tree_documentation_container.hidden{
@@ -1827,7 +1835,7 @@ body.n_scroll{
}
.tree_documentation_container_second_level{
margin-left: 20px;
margin: 10px 0 10px 20px;
}
.elements_third_level_content_part_tree{
@@ -1876,6 +1884,7 @@ body.n_scroll{
.controls_content_part_tree_els{
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.control_content_part_tree_el{

View File

@@ -12,9 +12,17 @@
}
.tree_documentation_container_first_level_txt{
margin-bottom: 0;
font-size: 14px;
}
.tree_documentation_container_second_level_txt{
margin-left: 0;
font-size: 14px;
}
.tree_documentation_container_first_level_txt.margin{
margin-left: 24px;
}
.tree_documentation_container_second_level_txt.margin{
margin-left: 24px;
}
.left_curtain_documentation{
position: fixed;