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

Updated styling of milestone lists

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