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

Updated the styling of milestone list

parent 42785686
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -3,8 +3,18 @@
}
 
.milestones {
padding: $gl-padding-top;
border-radius: $border-radius-default;
background-color: $gray-normal;
.milestone {
padding: 10px 16px;
padding: $gl-padding-top $gl-padding;
border-radius: $border-radius-default;
background-color: $white-light;
&:not(:last-child){
margin-bottom: $gl-padding-8;
}
 
h4 {
font-weight: $gl-font-weight-bold;
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