tree
This commit is contained in:
@@ -1695,6 +1695,7 @@ body.n_scroll{
|
||||
border: 1px solid #CCCED1FF;
|
||||
border-radius: 2px;
|
||||
margin-left: 16px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.first_line_documentation_version_switcher{
|
||||
@@ -1706,6 +1707,11 @@ body.n_scroll{
|
||||
|
||||
.documentation_switcher_content_part{
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: -31px;
|
||||
border: 1px solid #CCCED1FF;
|
||||
border-top: 0;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
.documentation_switcher_content_part.hidden{
|
||||
@@ -1713,12 +1719,15 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.one_item_documentation_switcher_content_part{
|
||||
background: none;
|
||||
background: none;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #0C54A0FF;
|
||||
padding: 6px 26px;
|
||||
transition: 200ms;
|
||||
padding: 6px 10px 6px 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.one_item_documentation_switcher_content_part:hover{
|
||||
|
||||
Reference in New Issue
Block a user