summaryrefslogtreecommitdiff
path: root/res/client/css/partials/search-bar.scss
blob: ee7866db3f6b1f6d54b617aaef39a35dfcc75b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '../modules/mixins'; // For box-shadow

#search {
  font-family: $base-font-family;
  font-size: $h3-size;
}

#search-suggestion {
  position: absolute;
  width: 100%; /* span the width of containing 'input-container' */
  top: $three-baselines + 6px;
}

#search-suggestion .suggestion-item {
  padding: $one-baseline 0px $one-baseline $two-baselines;
}

#search-suggestion .suggestion-item.selected, #search-suggestion .suggestion-item:hover {
  padding: $one-baseline 0px $one-baseline 22px;
}