mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 11:52:05 +08:00
7f85129044
Conflicts: client/coral-embed-stream/src/components/Embed.js client/coral-embed-stream/style/default.css client/coral-framework/helpers/plugins.js client/coral-plugin-replies/ReplyButton.css client/coral-plugin-replies/ReplyButton.js plugins/coral-plugin-like/client/LikeButton.js plugins/coral-plugin-like/client/styles.css plugins/coral-plugin-love/client/LoveButton.js plugins/coral-plugin-love/client/styles.css
37 lines
432 B
CSS
37 lines
432 B
CSS
.container {
|
|
display: inline-block;
|
|
}
|
|
|
|
.button {
|
|
color: #2a2a2a;
|
|
margin: 5px 10px 5px 0px;
|
|
background: none;
|
|
padding: 0px;
|
|
border: none;
|
|
font-size: inherit;
|
|
|
|
&:hover {
|
|
color: #767676;
|
|
cursor: pointer;
|
|
}
|
|
|
|
&.respected {
|
|
color: #c98211;
|
|
|
|
&:hover {
|
|
color: #e59614;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 2px;
|
|
}
|
|
|
|
@media (max-width: 425px) {
|
|
.label {
|
|
display: none;
|
|
}
|
|
}
|