mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Moderation Actions
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.root {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.button {
|
||||
composes: buttonReset from "coral-framework/styles/reset.css";
|
||||
border: 1px solid rgba(1, 1, 1, 0.8);
|
||||
border-radius: 1px;
|
||||
padding: 3px 6px;
|
||||
font-size: 12px;
|
||||
transition: color 100ms, background 100ms;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(1, 1, 1, 0.8);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user