Files
talk/plugins/coral-plugin-like/client/components/style.css
T
Belen Curcio b02088e329 Like color
2017-05-01 12:04:14 -03:00

31 lines
373 B
CSS

.like {
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;
}
}
}
.icon {
padding: 0 5px;
}