Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added transition on menu #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions wp-content/themes/tableless/assets/css/_home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
color: #9C9C9C
font: 20px $font-regular
position: relative
transition: all linear .3
transition: all linear .3s

&:hover
background-color: #FF5252
Expand All @@ -276,6 +276,7 @@
height: 100px
margin: 0 auto
position: relative
transition: all linear .3s
z-index: 1


Expand All @@ -288,6 +289,7 @@
width: 80px
height: 80px
z-index: 0
transition: all linear .3s
display: none

@include break(desk)
Expand Down Expand Up @@ -445,4 +447,4 @@
@include break(desk)
margin-top: -90px
&:after
display: none
display: none