Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 28, 2017 14:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save domagude/274381cab41ea26b7fc487d462ae10ac to your computer and use it in GitHub Desktop.
.single-post-card {
min-height: 135px;
max-height: 135px;
box-shadow: 1px 1px 4px rgba(0,0,0, 0.3);
color: black;
padding: 10px;
text-align: left;
transition: border 0.1s, background 0.5s;
.post-text {
overflow: hidden;
}
a, a:active, a:hover {
color: black;
}
&:hover {
cursor: pointer;
background: white;
box-shadow: none;
border-radius: 1%;
}
}
.post-content {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment