This commit is contained in:
SBD
2023-11-26 19:19:54 +03:00
parent 41e66301ef
commit bf3147ede9

View File

@@ -120,12 +120,10 @@ body,html{
.section_btn{
display: block;
text-decoration: none;
transition: 300ms;
}
.section_btn.close{
background: #10212B;
height: 55px;
transition: 300ms;
}
.section_btn.open{
height: 45px;
@@ -143,7 +141,7 @@ body,html{
.section_btn.close > .txt_section{
color: #ffffff;
padding: 18px 30px 18px 30px;
transition: 300ms;
transition: 500ms;
}
.section_btn:hover > .txt_section{