Skip to content

Instantly share code, notes, and snippets.

@ohansemmanuel
Last active July 17, 2017 20:06
Show Gist options
  • Save ohansemmanuel/85e60c98362df2438540b56f8d5da753 to your computer and use it in GitHub Desktop.
Save ohansemmanuel/85e60c98362df2438540b56f8d5da753 to your computer and use it in GitHub Desktop.
.facebook {
height: 46px;
align-items: center;
padding: 0 10px;
border: 1px solid rgba(238,238,238 ,1);
border-radius: 5px;
background: rgba(59,89,153 ,1);
color: #fff;
font-size: 0.9em;
box-shadow: 5px 10px 20px -20px rgba(59,89,153 ,1)
}
.facebook__brand i{
font-size: 1.5em;
}
.facebook li:not(:last-child):not(:first-child):not(.facebook__search) {
margin-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment