Commit bee7f064 authored by Constance Okoghenun's avatar Constance Okoghenun

Updated the styling of milestone list

parent 42785686
......@@ -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;
......
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