Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 13, 2017 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/108477346f37edb1cb1d039a24ef9aca to your computer and use it in GitHub Desktop.
Save domagude/108477346f37edb1cb1d039a24ef9aca to your computer and use it in GitHub Desktop.
...
.send-message-to-user {
background-color: $navbarColor;
padding: 10px;
color: white;
border-radius: 10px;
margin-top: 10px;
&:hover {
background-color: black;
color: white;
}
}
.contact-user {
text-align: center;
}
.contacted-user {
display: inline-block;
border-radius: 10px;
padding: 10px;
background-color: $navbarColor;
color: white;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment