This commit is contained in:
SBD
2023-11-29 14:28:24 +03:00
parent be85bb5f16
commit 377786df87
4 changed files with 71 additions and 5 deletions

View File

@@ -112,11 +112,66 @@
margin-right: 20px;
padding-right: 0;
}
.line_go_to_sections{
width: 100%;
color: #000000;
padding-bottom: 15px;
border-bottom: 1px solid #D1D1D1;
}
.description_txt{
display: block;
width: 100%;
color: #000000;
margin-bottom: 10px;
}
.section_btn{
height: unset;
}
.section_btn.open{
height: unset;
}
.section_btn.close{
height: unset;
background: #ffffff;
}
.container_sections_buttons {
height: unset;
background: #10212B;
position: unset;
top: 50px;
z-index: 100;
}
.txt_section {
color: #000000;
}
.section_btn.close > .txt_section {
color: #000000;
padding: 18px 30px 18px 30px;
transition: 500ms;
}
.section_btn:hover{
height: unset;
}
.img_go_to_section{
width: 8px;
}
.description_sections_buttons{
display: block;
padding: 0 30px 20px 30px;
}
.cut-width.sections_btns {
margin: 0;
}
.section_btn{
width: 100%;
}
.container_content_sections_buttons{
flex-wrap: wrap;
height: unset;
}
}
@media (max-width: 750px) {
@media (max-width: 675px) {
}