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

import.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}