fix documentation scroll
This commit is contained in:
@@ -1635,6 +1635,7 @@ body.n_scroll{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.breadcrumb_arrow_picture{
|
||||
@@ -1919,4 +1920,56 @@ body.n_scroll{
|
||||
|
||||
.documentation_block{
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.container_top_txt_curtain_documentation{
|
||||
display: flex;
|
||||
height: 55px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 15px;
|
||||
border-bottom: 1px solid #CCCED1FF;
|
||||
}
|
||||
|
||||
.top_txt_curtain_documentation{
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #7A8185FF;
|
||||
}
|
||||
|
||||
.top_picture_curtain_documentation{
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
}
|
||||
.top_img_curtain_documentation{
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.container_open_doc_curtain{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container_open_doc_curtain_txt{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #0C54A0FF;
|
||||
margin-right: 4px;
|
||||
border-bottom: 1px solid #0C54A0FF;
|
||||
}
|
||||
|
||||
.container_open_doc_curtain_picture{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: block;
|
||||
}
|
||||
.container_open_doc_curtain_img{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user