summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/hierarchy.scss
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);
}