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:
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;
|
||||
}
|
Reference in New Issue
Block a user