aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/search/search.component.scss
blob: 583f9586f0a5ce99cf1d370cb82ebbc3fe043e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.icon-addon {
  background-color: #fff;
  border-radius: 0;
  border-color: $header-border-color;
  border-width: 0 0 1px 0;
  text-align: right;

  .glyphicon-search {
    width: 30px;
    font-size: 20px;
  }
}

input, button, .input-group {
  height: 100%;
}

input, .input-group-btn {
  border-radius: 0;
  border-top: none;
  border-left: none;
}

input {
  height: $header-height;
  border-right: none;
  font-weight: bold;
  box-shadow: none;

  &, &:focus {
    border-bottom: 1px solid $header-border-color !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

button {

  &, &:hover, &:focus, &:active, &:visited {
    background-color: #fff !important;
    border-color: $header-border-color !important;
    color: #858585 !important;
    outline: none !important;

    height: $header-height;
    border-width: 0 0 1px 0;
    font-weight: bold;
    text-decoration: none;
    box-shadow: none;
  }
}