Improve visuals of language bar on projects

This commit is contained in:
Dimitrie Hoekstra 2018-08-13 15:49:27 +00:00 committed by Phil Hughes
parent 72f7312416
commit 994cc25b61
2 changed files with 18 additions and 2 deletions

View File

@ -754,8 +754,19 @@
}
.repository-languages-bar {
height: 6px;
margin-bottom: 8px;
height: 8px;
margin-bottom: $gl-padding-8;
background-color: $white-light;
border-radius: $border-radius-default;
.progress-bar {
margin-right: 2px;
padding: 0 $gl-padding-4;
&:last-child {
margin-right: 0;
}
}
}
pre.light-well {

View File

@ -0,0 +1,5 @@
---
title: Improve visuals of language bar on projects
merge_request: 21006
author:
type: changed