From bc99c9a47a6e1779f047b7db29bbc93e00d523d4 Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 30 Sep 2016 11:26:21 -0700 Subject: [PATCH] Aesthetic tweaks monotype font feels really nice now --- ui/src/style/enterprise_style/_enterprise-custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index fbc997c2f..280810233 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -623,14 +623,14 @@ table.table.error-table { table .monotype { font-family: Consolas, "Lucida Console", Monaco, monospace; letter-spacing: 0.69px; - font-size: 12px; + font-size: 11px; font-weight: 700; color: $g9-mountain; } .table-dot { display: inline-block; - width: 12px; - height: 12px; + width: 10px; + height: 10px; border-radius: 50%; background-color: $g17-whisper;