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

hierarchy.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0812e4cc41e4846c46542dd1ee36730e230d061e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.hierarchy-rounded-arrow-tail {
  position: absolute;
  top: 4px;
  left: 5px;
  height: calc(100% - 20px);
}

.hierarchy-icon-wrapper {
  height: $default-icon-size;
  width: $default-icon-size;
}

.hierarchy-rounded-arrow {
  transform: scale(1, -1) rotate(90deg);
}