Improve visuals of language bar on projects
This commit is contained in:
parent
72f7312416
commit
994cc25b61
2 changed files with 18 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Improve visuals of language bar on projects
|
||||||
|
merge_request: 21006
|
||||||
|
author:
|
||||||
|
type: changed
|
Loading…
Reference in a new issue