summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/search.css.scss
blob: 69cd1ad5a497f3312225b3fb8504972ceaccc254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Place all the styles related to the search controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#search-down {
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}


#advanced-search {
	display: none;
}