Files
talk/plugins/coral-plugin-like/client/styles.css
T
2017-07-11 01:26:25 +07:00

32 lines
412 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;
}
&.liked {
color: rgb(0,134,227);
&:hover {
color: rgb(0,134,227);
cursor: pointer;
}
}
}
@media (max-width: 425px) {
.label {
display: none;
}
}