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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
5196af23
Commit
5196af23
authored
Jun 20, 2018
by
Constance Okoghenun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated styling of milestone lists
parent
90a10c32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-4
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+4
-3
No files found.
app/assets/stylesheets/framework/common.scss
View file @
5196af23
...
@@ -262,10 +262,6 @@ li.note {
...
@@ -262,10 +262,6 @@ li.note {
}
}
.milestone
{
.milestone
{
&
.milestone-closed
{
background
:
$gray-light
;
}
.progress
{
.progress
{
margin-top
:
4px
;
margin-top
:
4px
;
box-shadow
:
none
;
box-shadow
:
none
;
...
...
app/assets/stylesheets/pages/milestone.scss
View file @
5196af23
...
@@ -3,17 +3,18 @@
...
@@ -3,17 +3,18 @@
}
}
.milestones
{
.milestones
{
padding
:
$gl-padding-
top
;
padding
:
$gl-padding-
8
;
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
background-color
:
$
gray-normal
;
background-color
:
$
theme-gray-100
;
.milestone
{
.milestone
{
border
:
0
;
padding
:
$gl-padding-top
$gl-padding
;
padding
:
$gl-padding-top
$gl-padding
;
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
background-color
:
$white-light
;
background-color
:
$white-light
;
&
:not
(
:last-child
)
{
&
:not
(
:last-child
)
{
margin-bottom
:
$gl-padding-
8
;
margin-bottom
:
$gl-padding-
4
;
}
}
h4
{
h4
{
...
...
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