Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bee7f064
Commit
bee7f064
authored
Jun 15, 2018
by
Constance Okoghenun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the styling of milestone list
parent
42785686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+11
-1
No files found.
app/assets/stylesheets/pages/milestone.scss
View file @
bee7f064
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment