commento-mod-tools.scss: use 12px font

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 17:34:43 -05:00
parent 8a8e0b53fc
commit 5bb51bb131
+2 -2
View File
@@ -6,7 +6,7 @@
button {
text-transform: uppercase;
color: $gray-7;
font-size: 13px;
font-size: 12px;
font-weight: 700;
cursor: pointer;
margin-left: 12px;
@@ -19,6 +19,6 @@
content: "Moderator Tools";
text-transform: uppercase;
color: $indigo-8;
font-size: 13px;
font-size: 12px;
font-weight: 700;
}