fix(outline-view): Make text larger in the sidebar

This commit is contained in:
Ben Gotow 2016-02-12 10:20:14 -08:00
parent 226cf4ce64
commit daa2a66063

View file

@ -21,7 +21,7 @@
cursor: default;
color: @text-color-very-subtle;
font-weight: @font-weight-semi-bold;
font-size: @font-size-smaller;
font-size: @font-size-small * 0.9;
padding-left:@padding-small-horizontal;
padding-top:@padding-small-horizontal;
padding-right: @padding-xs-horizontal;
@ -72,10 +72,10 @@
flex: 1;
display: flex;
align-items: baseline;
font-size: @font-size-small;
font-size: @font-size-base;
font-weight: 400;
padding-right: @spacing-standard;
line-height: @line-height-large * 1.1;
line-height: @line-height-large;
clear: both;
img.content-mask {