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;
}

View File

@ -18,12 +18,13 @@
@import "colors-main.scss";
@import "commento-common.scss";
@import "commento-logged.scss"; // Logged in as <name>
@import "commento-input.scss"; // Textarea decorations
@import "commento-oauth.scss"; // OAuth buttons
@import "commento-card.scss"; // Each comment card
@import "commento-login.scss"; // Popup box when logging in
@import "commento-footer.scss"; // Powered by Commento
@import "commento-logged.scss"; // Logged in as <name>
@import "commento-mod-tools.scss"; // Moderator tools and buttons
@import "commento-input.scss"; // Textarea, anonymous checkbox, submit button
@import "commento-oauth.scss"; // OAuth buttons
@import "commento-card.scss"; // Each comment card
@import "commento-login.scss"; // Popup box when logging in
@import "commento-footer.scss"; // Powered by Commento
.commento-hidden {
display: none;
@ -46,29 +47,6 @@
font-weight: 700;
}
.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;
}
.commento-moderation-notice {
width: 100%;
border-radius: 4px;