Skip to content
Snippets Groups Projects
Commit 5196af23 authored by Constance Okoghenun's avatar Constance Okoghenun
Browse files

Updated styling of milestone lists

parent 90a10c32
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -262,10 +262,6 @@ li.note {
}
 
.milestone {
&.milestone-closed {
background: $gray-light;
}
.progress {
margin-top: 4px;
box-shadow: none;
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment