From 3e3a0acc4410dd44a40886f52f6a018743e34715 Mon Sep 17 00:00:00 2001 From: Rafal Leszczynski Date: Tue, 23 Jun 2015 16:12:30 +0200 Subject: [PATCH] hardcode infobox item-value font size + reduce this size for tabular layout --- styles/PortableInfobox.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles/PortableInfobox.scss b/styles/PortableInfobox.scss index 8a68c52..5b23bfd 100644 --- a/styles/PortableInfobox.scss +++ b/styles/PortableInfobox.scss @@ -95,6 +95,8 @@ $infobox-debug-error-msg-bg: black; } .portable-infobox-item-value { + font-size: 14px; + line-height: 20px; padding-left: $infobox-item-margin * 2; // experiment with removing margins on all children of data value @@ -254,13 +256,10 @@ $infobox-debug-error-msg-bg: black; .portable-infobox-item-label { @include flex-basis($infobox-width / 3); - line-height: 20px; margin-bottom: inherit; } .portable-infobox-item-value { - font-size: 14px; - line-height: 19px; padding-left: 0; } @@ -274,5 +273,10 @@ $infobox-debug-error-msg-bg: black; margin: 0; } } + + .portable-infobox-item-value { + font-size: 12px; + line-height: 18px; + } }