Updated the styling of milestone list
This commit is contained in:
parent
42785686f9
commit
bee7f064ad
1 changed files with 11 additions and 1 deletions
|
@ -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…
Reference in a new issue