Commit 5196af23 authored by Constance Okoghenun's avatar Constance Okoghenun

Updated styling of milestone lists

parent 90a10c32
......@@ -262,10 +262,6 @@ li.note {
}
.milestone {
&.milestone-closed {
background: $gray-light;
}
.progress {
margin-top: 4px;
box-shadow: none;
......
......@@ -3,17 +3,18 @@
}
.milestones {
padding: $gl-padding-top;
padding: $gl-padding-8;
border-radius: $border-radius-default;
background-color: $gray-normal;
background-color: $theme-gray-100;
.milestone {
border: 0;
padding: $gl-padding-top $gl-padding;
border-radius: $border-radius-default;
background-color: $white-light;
&:not(:last-child) {
margin-bottom: $gl-padding-8;
margin-bottom: $gl-padding-4;
}
h4 {
......
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