documentation page
This commit is contained in:
@@ -1656,6 +1656,8 @@ body.n_scroll{
|
||||
font-size: 14px;
|
||||
color: #7A8185FF;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
.way_bread_crumb.last{
|
||||
@@ -1730,6 +1732,7 @@ body.n_scroll{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
.one_item_documentation_switcher_content_part:hover{
|
||||
@@ -1744,7 +1747,7 @@ body.n_scroll{
|
||||
|
||||
.tree_documentation_container{
|
||||
width: 100%;
|
||||
height: calc(100vh - 245px);
|
||||
height: calc(100vh - 300px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.tree_documentation_container.hide_scroll::-webkit-scrollbar{
|
||||
@@ -1822,12 +1825,16 @@ body.n_scroll{
|
||||
font-weight: 700;
|
||||
color: #000000;
|
||||
margin-left: 3px;
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
}
|
||||
.tree_documentation_container_second_level_txt{
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
margin-left: 3px;
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
}
|
||||
.tree_documentation_container_first_level_txt.chose{
|
||||
color: #0C54A0FF;
|
||||
@@ -1867,6 +1874,8 @@ body.n_scroll{
|
||||
font-weight: 400;
|
||||
margin: 5px 0;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
.element_third_level_content_part_tree.chose{
|
||||
@@ -1947,6 +1956,8 @@ body.n_scroll{
|
||||
font-weight: 400;
|
||||
color: #7A8185FF;
|
||||
border-bottom: 1px solid #7A8185FF;
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
}
|
||||
.control_content_part_tree_el.right .txt_control_content_part_tree_el{
|
||||
margin-right: 7px;
|
||||
@@ -1991,6 +2002,12 @@ body.n_scroll{
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
width: 100%;
|
||||
float: right;
|
||||
position: sticky;
|
||||
top: 61px;
|
||||
background: #FFFFFF;
|
||||
padding: 22px 22px;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.container_open_doc_curtain_txt{
|
||||
|
||||
Reference in New Issue
Block a user