Files
talk/plugins/coral-plugin-respect/client/style.css
T

28 lines
433 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;
}
}
.respected {
color: #ffcc00;
i {
color: #161616;
}
}
i {
padding: 0 5px;
}
}