Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.less « site « less « assets - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79a00d86009d6d9b692477f2ee43d83b3936b6ab (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
.filter-parent {
  position: relative;
  font-size: 18px;
  padding-top: 40px;
  margin: -20px auto 50px;
  label {
    position: absolute;
    left: 17px;
    top: 50px;
  }
  #filter-by, .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
  }
  .hint {
    color: #aaa;
  }
  #filter-clear {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 53px;
  }
}