Files
talk/plugins/coral-plugin-love/client/styles.css
T
2017-05-08 18:05:39 -03:00

27 lines
393 B
CSS

.respect {
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;
}
&.loved {
color: #e52338;
&:hover {
color: #e52839;
cursor: pointer;
}
}
}