From d7829232a309010ee79779f8f135529c0d8bffa4 Mon Sep 17 00:00:00 2001 From: David Jay Date: Tue, 20 Dec 2016 12:00:56 -0800 Subject: [PATCH] Making font sizes relative. --- client/coral-embed-stream/style/default.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 463c8dc68..cb1a78a85 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -114,7 +114,6 @@ hr { .coral-plugin-commentbox-char-count { color: #ccc; text-align: right; - font-size: 12px; } .coral-plugin-commentbox-char-max { @@ -230,7 +229,7 @@ hr { .coral-plugin-flags-popup-header { font-weight: bolder; - font-size: 16px; + font-size: 1.33rem; margin-bottom: 10px; } @@ -240,7 +239,7 @@ hr { .coral-plugin-flags-popup-radio-label { margin:5px; - font-size: 14px; + font-size: 1.16rem; } .coral-plugin-flags-popup-counter { @@ -290,7 +289,7 @@ hr { .close-comments-alert { background-color: #d65344; color: white; - font-size: 16px; + font-size: 1.33rem; padding: 5px; }