aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/searchInput.scss
blob: 633a31e097946b26698afde63bd6f87d16756a27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.search-input {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 30px;
  background: $theme-gray-lightest;
  padding: 5px 10px;
  @extend %headline;
  color: $theme-gray-light;

  input {
    padding-left: 10px;
    background: none;
    border: 0;
    flex: 1;
    color: $theme-gray-light;
  }
}