Files
talk/plugins/coral-plugin-respect/client/style.css
T
2017-03-30 20:08:53 -03:00

24 lines
382 B
CSS

.Respect {
display: inline-block;
button {
color: #161616;
margin: 5px 10px 5px 0px;
background: none;
padding: 0px;
border: none;
font-size: inherit;
&:hover {
color: #d6ab00;
cursor: pointer;
}
}
.clicked {
color: #ffcc00;
}
i {
padding: 0 5px;
}
}