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
abb20415
Commit
abb20415
authored
Mar 08, 2021
by
alain
🐙
Browse files
transitions on footer links
parent
34dc531a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
abb20415
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
abb20415
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/global/_footer.scss
View file @
abb20415
...
@@ -65,6 +65,21 @@
...
@@ -65,6 +65,21 @@
&
__newsletter
a
{
&
__newsletter
a
{
align-items
:
center
;
align-items
:
center
;
h4
:after
{
content
:
"↗"
;
position
:
relative
;
top
:
0
;
left
:
0
;
margin-left
:
5px
;
}
&
:hover
h4
:after
{
top
:
-2px
;
left
:
2px
;
transition
:
all
0
.2s
ease
;
}
}
}
&
__europe
{
&
__europe
{
...
@@ -86,6 +101,15 @@
...
@@ -86,6 +101,15 @@
display
:
block
;
display
:
block
;
padding
:
10px
;
padding
:
10px
;
line-height
:
0
;
line-height
:
0
;
img
{
transform
:
perspective
(
1px
);
// avoid blur during transform transition
}
&
:hover
img
{
transform
:
perspective
(
1px
)
scale
(
1
.05
);
transition
:
all
0
.1s
ease
;
}
}
}
h4
{
h4
{
...
...
Write
Preview
Markdown
is supported
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