Query ES, show results

This commit is contained in:
Andreas Haller 2014-11-19 21:54:36 +01:00
parent 7cd9f207f5
commit 2abba45f4c
8 changed files with 44 additions and 12 deletions

View file

@ -10,8 +10,10 @@
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*= require foundation_and_overrides
*/
@import 'foundation_and_overrides';
@import 'objects/search-result';

View file

@ -0,0 +1,3 @@
.search-result {
border-bottom: 1px solid $table-border-color;
}

View file

@ -1,3 +0,0 @@
// Place all the styles related to the sessions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/