Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-15 17:41:47 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-15 17:41:47 +0300
commitbee7f064ad368b3f9f317439eb23bdff66ea9b3f (patch)
treeaaba01af15f683f281ea8f80b668cc17031419a9 /app/assets/stylesheets/pages/milestone.scss
parent42785686f98b7bcb9576bd7c4be5db0b244f91cf (diff)
Updated the styling of milestone list
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index dba83e56d72..34991a0217a 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -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;