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