2019-02-13 14:30:17 +08:00
|
|
|
@import "colors-main.scss";
|
|
|
|
|
|
|
|
.commento-mod-tools {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: $gray-7;
|
2019-02-13 14:34:15 +08:00
|
|
|
font-size: 12px;
|
2019-02-13 14:30:17 +08:00
|
|
|
font-weight: 700;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 12px;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2019-02-23 07:24:39 +08:00
|
|
|
display: inline;
|
2019-02-13 14:30:17 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commento-mod-tools::before {
|
|
|
|
content: "Moderator Tools";
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: $indigo-8;
|
2019-02-13 14:34:15 +08:00
|
|
|
font-size: 12px;
|
2019-02-13 14:30:17 +08:00
|
|
|
font-weight: 700;
|
|
|
|
}
|