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