[Backport] Minor Style changes

stable
Xavier Julián 2016-05-05 12:40:13 +02:00 committed by David Barragán Merino
parent a92a02eb20
commit ff03d84607
4 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
} }
.drag-drop-help { .drag-drop-help {
@include font-size(x-small); @include font-size(xsmall);
color: $gray; color: $gray;
} }

View File

@ -1,5 +1,4 @@
.single-filter { .single-filter {
@include font-size(large);
@include font-type(text); @include font-type(text);
@include clearfix; @include clearfix;
align-items: center; align-items: center;

View File

@ -63,7 +63,7 @@
margin-bottom: 1rem; margin-bottom: 1rem;
overflow: auto; overflow: auto;
unicode-bidi: embed; unicode-bidi: embed;
white-space: pre; white-space: pre-wrap;
} }
pre { pre {
line-height: 1.4rem; line-height: 1.4rem;

View File

@ -193,6 +193,7 @@
flex-basis: 250px; flex-basis: 250px;
flex-shrink: 0; flex-shrink: 0;
@include breakpoint(laptop) { @include breakpoint(laptop) {
flex-basis: auto;
order: 1; order: 1;
} }
} }