summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/logicodev/search.less
blob: ec462ccc5fc7276a4bef0ada85a4b117f8ddb83d (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
57
58
59
.search_categories, #categories {
  margin: 15px 0 20px 0;
  text-transform: capitalize;
  
  label{
    border: none;
    box-shadow: none;
    font-size: 13px;
    padding-bottom: 2px;
    color: @gray;
    margin-bottom: 5px;

    &:hover{
        color: @black;
        background-color: transparent;
    }

      &:active{
        box-shadow: none;
      }
  }

  .active, .btn-primary{
    color: @black;
    font-weight: 700;
    border-bottom: 5px solid @light-green;
    background-color: transparent;
  }

}

#categories{
    margin: 0;
}

#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;
 }