debian-mirror-gitlab/app/assets/stylesheets/page_bundles/graph_charts.scss
2022-11-25 23:54:43 +05:30

27 lines
433 B
SCSS

@import 'page_bundles/mixins_and_variables_and_functions';
.repo-charts {
.sub-header {
margin: 20px 0;
}
.sub-header-block.border-top {
margin-top: 20px;
padding: 0;
border-top: 1px solid var(--border-color, $border-color);
border-bottom: 0;
}
.commit-stats li {
font-size: 16px;
}
.tree-ref-header {
margin-bottom: 20px;
h4 {
margin: 0;
line-height: 36px;
}
}
}