From 6f26ac7ff33ff818dc6e8acdc06392697aaf6078 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index c81a5866ca..546639ef79 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -87,7 +87,7 @@ body > #react-root { .enterprise-header { background-color: $g20-white; height: $enterprise-page-header-height; - margin-bottom: 45px; + margin-bottom: 15px; padding: 0 $page-wrapper-padding; display: flex; justify-content: center; @@ -614,14 +614,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;