Commit 2decfe4f authored by Phil Hughes's avatar Phil Hughes

Merge branch 'visual-improvements-language-bar' into 'master'

Improve visuals of language bar on projects

See merge request gitlab-org/gitlab-ce!21006
parents 72f73124 994cc25b
...@@ -754,8 +754,19 @@ ...@@ -754,8 +754,19 @@
} }
.repository-languages-bar { .repository-languages-bar {
height: 6px; height: 8px;
margin-bottom: 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 { pre.light-well {
......
---
title: Improve visuals of language bar on projects
merge_request: 21006
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment