Commit 994cc25b authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Phil Hughes

Improve visuals of language bar on projects

parent 72f73124
...@@ -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