Minor Style changes
parent
abf48bd879
commit
8c56c1ffd5
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.drag-drop-help {
|
||||
@include font-size(x-small);
|
||||
@include font-size(xsmall);
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
.single-filter {
|
||||
@include font-size(large);
|
||||
@include font-type(text);
|
||||
@include clearfix;
|
||||
align-items: center;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
margin-bottom: 1rem;
|
||||
overflow: auto;
|
||||
unicode-bidi: embed;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
pre {
|
||||
line-height: 1.4rem;
|
||||
|
|
|
@ -193,6 +193,7 @@
|
|||
flex-basis: 250px;
|
||||
flex-shrink: 0;
|
||||
@include breakpoint(laptop) {
|
||||
flex-basis: auto;
|
||||
order: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue