Label for inactive comments

This commit is contained in:
Chi Vinh Le
2017-07-31 22:53:35 +07:00
parent 97c75be604
commit 3954b7a268
3 changed files with 73 additions and 1 deletions
@@ -0,0 +1,32 @@
.root {
display: inline-block;
color: white;
background: grey;
height: 22px;
box-sizing: border-box;
line-height: 19px;
padding: 2px 6px 2px 4px;
border-radius: 2px;
font-size: 12px;
text-transform: capitalize;
}
.icon {
font-size: 14px;
vertical-align: text-top;
margin: 0;
margin-right: 4px;
}
.label {
display: inline-block;
}
.premod {
background: #063B9A;
}
.rejected {
background: #d03235;
}