summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/import.scss
blob: 6a99cd9cb9450ab475f2a33ea7ca0444f498adf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
i.icon-gitorious {
  display: inline-block;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

i.icon-gitorious-small {
  background-image: image-url('gitorious-logo-blue.png');
  width: 13px;
  height: 13px;
}

i.icon-gitorious-big {
  background-image: image-url('gitorious-logo-black.png');
  width: 18px;
  height: 18px;
}