0.0.50
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user