Permissions to moderate comments

This commit is contained in:
Belen Curcio
2017-09-07 11:27:12 -03:00
parent a31a63e1c8
commit 32d9dc6646
11 changed files with 51 additions and 45 deletions
@@ -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;
}