Commit aad99b51 authored by Constance Okoghenun's avatar Constance Okoghenun

Updated styling of milestone type in dashboard milestones list

parent 8c0c4750
...@@ -45,4 +45,9 @@ ...@@ -45,4 +45,9 @@
&.status-box-upcoming { &.status-box-upcoming {
background: $gl-text-color-secondary; background: $gl-text-color-secondary;
} }
&.status-box-milestone {
color: $gl-text-color;
background: $gray-darker;
}
} }
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
- else - else
= link_to 'Close Milestone', group_milestone_route(milestone, {state_event: :close }), method: :put, class: "btn btn-sm btn-grouped btn-close" = link_to 'Close Milestone', group_milestone_route(milestone, {state_event: :close }), method: :put, class: "btn btn-sm btn-grouped btn-close"
- if dashboard - if dashboard
.status-box.status-box-upcoming .status-box.status-box-milestone
= milestone_type = milestone_type
......
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