commento.scss: move mod-tools to separate file
This commit is contained in:
parent
bd695c53fd
commit
2b00384219
24
frontend/sass/commento-mod-tools.scss
Normal file
24
frontend/sass/commento-mod-tools.scss
Normal 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;
|
||||||
|
}
|
@ -19,7 +19,8 @@
|
|||||||
@import "colors-main.scss";
|
@import "colors-main.scss";
|
||||||
@import "commento-common.scss";
|
@import "commento-common.scss";
|
||||||
@import "commento-logged.scss"; // Logged in as <name>
|
@import "commento-logged.scss"; // Logged in as <name>
|
||||||
@import "commento-input.scss"; // Textarea decorations
|
@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-oauth.scss"; // OAuth buttons
|
||||||
@import "commento-card.scss"; // Each comment card
|
@import "commento-card.scss"; // Each comment card
|
||||||
@import "commento-login.scss"; // Popup box when logging in
|
@import "commento-login.scss"; // Popup box when logging in
|
||||||
@ -46,29 +47,6 @@
|
|||||||
font-weight: 700;
|
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 {
|
.commento-moderation-notice {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user