mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +08:00
28 lines
433 B
CSS
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;
|
|
}
|
|
}
|