Minor Style changes

stable
Xavier Julián 2016-05-05 12:40:13 +02:00
parent abf48bd879
commit 8c56c1ffd5
4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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