commento-mod-tools.scss: use 12px font
This commit is contained in:
parent
8a8e0b53fc
commit
5bb51bb131
@ -6,7 +6,7 @@
|
|||||||
button {
|
button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $gray-7;
|
color: $gray-7;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
@ -19,6 +19,6 @@
|
|||||||
content: "Moderator Tools";
|
content: "Moderator Tools";
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $indigo-8;
|
color: $indigo-8;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user