debian-mirror-gitlab/app/assets/stylesheets/pages/hierarchy.scss
2022-04-04 11:22:00 +05:30

16 lines
269 B
SCSS

.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);
}