Created
January 12, 2017 18:13
-
-
Save JellyBool/3f14e9ff99dc0d62be9a20bd13ed5953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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