Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
2c52eeb6
Commit
2c52eeb6
authored
May 05, 2021
by
alain
🐙
Browse files
add hover footer contact icon
parent
5eed49b0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
2c52eeb6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
2c52eeb6
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/global/_footer.scss
View file @
2c52eeb6
...
...
@@ -142,5 +142,14 @@
left
:
-2px
;
transition
:
all
0
.2s
ease
;
}
img
{
transform
:
perspective
(
1px
);
// avoid blur during transform transition
}
&
:hover
img
{
transform
:
perspective
(
1px
)
scale
(
1
.05
);
transition
:
all
0
.1s
ease
;
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment