hardcode infobox item-value font size + reduce this size for tabular layout

This commit is contained in:
Rafal Leszczynski 2015-06-23 16:12:30 +02:00
parent 1d7e00224a
commit 3e3a0acc44

View file

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