1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

commento.scss: move mod-tools to separate file

This commit is contained in:
Adhityaa Chandrasekar
2019-02-13 01:30:17 -05:00
parent bd695c53fd
commit 2b00384219
2 changed files with 31 additions and 29 deletions

View File

@ -0,0 +1,24 @@
@import "colors-main.scss";
.commento-mod-tools {
margin-bottom: 16px;
button {
text-transform: uppercase;
color: $gray-7;
font-size: 13px;
font-weight: 700;
cursor: pointer;
margin-left: 12px;
background: none;
border: none;
}
}
.commento-mod-tools::before {
content: "Moderator Tools";
text-transform: uppercase;
color: $indigo-8;
font-size: 13px;
font-weight: 700;
}