Updated the styling of milestone list

This commit is contained in:
Constance Okoghenun 2018-06-15 15:41:47 +01:00
parent 42785686f9
commit bee7f064ad
1 changed files with 11 additions and 1 deletions

View File

@ -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;