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

This commit is contained in:
Adhityaa Chandrasekar 2019-02-13 01:34:15 -05:00
parent 8a8e0b53fc
commit 5bb51bb131

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