mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 16:49:46 +08:00
27 lines
393 B
CSS
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;
|
|
}
|
|
}
|
|
}
|