Skip to content

Instantly share code, notes, and snippets.

@VerdiH
Created July 11, 2017 12:46
Show Gist options
  • Save VerdiH/484c3e827cd794fd8248419c3d677c4d to your computer and use it in GitHub Desktop.
Save VerdiH/484c3e827cd794fd8248419c3d677c4d to your computer and use it in GitHub Desktop.
Button Shadow effect on hover + Left/Right padding in Top Bar | Elementor + OceanWP
/* Button Shadow effect on hover + Left/Right padding in Top Bar */
.button:hover,
.menu-link:hover,
.twitter:hover,
.facebook:hover,
.pinterest:hover,
.linkedin:hover,
.email:hover,
.elementor-button:hover,
[class^='tag-link-']:hover {
box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
z-index: 1;
transform: scale(1.1);
}
.sf-with-ul {
padding: 0 7px 0 7px;
}
.description {
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment