summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/less/stats.less
blob: c134bd0ece88d06281b1d7797108e92f18a4621b (plain)
1
2
3
4
5
6
7
8
.percentage {
  position: relative;
  width: 300px;

  div {
    background: @color-percentage-div-background;
  }
}