summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/logicodev/search.less
blob: 4ebfe8899eaf502c9cd75d4ccbb1d4ff32e4eabb (plain)
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
52
53
54
55
56
.search_categories, #categories {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: stretch;

  label, .input-group-addon {
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.2rem;
    font-weight: normal;
    background-color: white;
    border: @mild-gray 1px solid;
    border-right: none;
    color: @dark-gray;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    text-align: center;
  }
  label:last-child, .input-group-addon:last-child {
      border-right: @mild-gray 1px solid;
  }

  input[type="checkbox"]:checked + label {
    color: @black;
    font-weight: bold;
    border-bottom: @light-green 5px solid;
  }
}

#main-logo{
    margin-top: 10vh;
    margin-bottom: 25px;
}

#main-logo > img {
    max-width: 350px;
    width: 80%;
}

#q{
    box-shadow: none;
    border-right: none;
    border-color: @gray;
}

 #search_form .input-group-btn .btn{
    border-color: @gray;
 }

 #search_form .input-group-btn .btn:hover{
     background-color: @green;
     color: white;
 }