Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 29, 2017 08:37
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/3ee16ef0b4e7effccffd4c586d350075 to your computer and use it in GitHub Desktop.
Save domagude/3ee16ef0b4e7effccffd4c586d350075 to your computer and use it in GitHub Desktop.
.modal-content {
h3 {
text-align: center;
}
p {
margin: 50px 0;
}
.posted-by {
color: rgba(0,0,0,0.5);
}
}
.modal-content {
.loaded-data {
h3, p {
overflow: hidden;
}
padding: 0 10px;
.posted-by {
margin: 0;
}
}
}
.interested {
text-align: center;
a {
background-color: $navbarColor;
padding: 10px;
color: white;
border-radius: 10px;
&:hover {
background-color: black;
color: white;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment