summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/import.scss
blob: 3df4bb84bd21edef358f8a236d09604d63a43e16 (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: 0px 0px;
  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;
}