mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Permissions to moderate comments
This commit is contained in:
@@ -4,12 +4,16 @@
|
||||
|
||||
.button {
|
||||
composes: buttonReset from "coral-framework/styles/reset.css";
|
||||
padding: 3px 6px;
|
||||
font-size: 12px;
|
||||
padding: 6px;
|
||||
font-size: 14px;
|
||||
transition: color 100ms, background 100ms;
|
||||
border-radius: 3px;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(1, 1, 1, 0.8);
|
||||
color: white;
|
||||
background-color: #efefef;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-right: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user