Skip to content

Instantly share code, notes, and snippets.

@JellyBool
Created January 12, 2017 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save JellyBool/3f14e9ff99dc0d62be9a20bd13ed5953 to your computer and use it in GitHub Desktop.
Save JellyBool/3f14e9ff99dc0d62be9a20bd13ed5953 to your computer and use it in GitHub Desktop.
.panel-body.content img {
width: 100%;
}
a.topic {
background: #eff6fa;
padding: 1px 10px 0;
border-radius: 30px;
text-decoration: none;
margin: 0 5px 5px 0;
display: inline-block;
white-space: nowrap;
cursor: pointer;
}
a.topic:hover {
background: #259;
color: #fff;
text-decoration: none;
}
.button.is-naked {
background: 0 0;
border: none;
border-radius: 0;
padding: 0;
height: auto;
}
.actions {
display: flex;
padding: 10px 20px;
}
.delete-form {
margin-left: 20px;
}
.delete-button {
color: #3097D1;
text-decoration: none;
}
.question-follow {
text-align: center;
}
.user-statics , .user-actions {
margin-top: 20px;
}
.user-statics {
display: flex;
}
.statics-item {
padding: 2px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment