[Frontend] Adjusted margin strategy in left pane elements

open #250
Changed flex-elem to use margin-bottom instead of top;
Added margin-top to .search-results element;
This commit is contained in:
Charles Hacskaylo
2015-11-09 16:21:50 -08:00
parent c0dc30edb7
commit cfc9b61e25
6 changed files with 108 additions and 100 deletions

View File

@@ -148,6 +148,7 @@
.search-results {
@include trans-prop-nice((opacity, visibility), 250ms);
margin-top: $interiorMarginLg; // Always include margin here to fend off the search input
padding-right: $interiorMargin;
.hint {
margin-bottom: $interiorMarginLg;