1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

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