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
abbe4f2d
Commit
abbe4f2d
authored
Mar 25, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for milestone.scss
parent
19ef8c5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
158 additions
and
160 deletions
+158
-160
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+2
-160
ee/app/assets/stylesheets/pages/milestone.scss
ee/app/assets/stylesheets/pages/milestone.scss
+156
-0
No files found.
app/assets/stylesheets/pages/milestone.scss
View file @
abbe4f2d
...
...
@@ -235,7 +235,8 @@ $status-box-line-height: 26px;
padding
:
0
;
}
.popover-body
{
.popover-body
,
.popover-content
{
padding
:
0
;
}
}
...
...
@@ -268,162 +269,3 @@ $status-box-line-height: 26px;
display
:
inline
;
}
}
// EE-only
.burndown-hint.container-fluid
{
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
position
:
relative
;
margin
:
$gl-padding
0
;
overflow
:
hidden
;
padding-top
:
15px
;
padding-bottom
:
15px
;
.dismiss-icon
{
position
:
absolute
;
right
:
$gl-padding
;
cursor
:
pointer
;
color
:
$cycle-analytics-dismiss-icon-color
;
z-index
:
1
;
}
.svg-container
{
text-align
:
center
;
svg
{
max-width
:
200px
;
max-height
:
200px
;
}
}
.inner-content
{
@include
media-breakpoint-down
(
xs
)
{
padding
:
0
28px
;
text-align
:
center
;
}
h4
{
color
:
$gl-text-color
;
font-size
:
17px
;
}
p
{
color
:
$cycle-analytics-box-text-color
;
margin-bottom
:
$gl-padding
;
}
}
}
.burndown-docs-link
{
color
:
inherit
;
text-decoration
:
underline
;
}
.burndown-header
{
margin
:
24px
0
12px
;
h3
{
font-size
:
16px
;
margin
:
0
;
}
.btn-group
{
margin-left
:
20px
;
margin-bottom
:
2px
;
}
.btn
{
@include
btn-outline
(
$white-light
,
$blue-500
,
$blue-500
,
$blue-500
,
$white-light
,
$blue-600
,
$blue-600
,
$blue-700
);
font-size
:
12px
;
&
.active
{
background-color
:
$blue-500
;
border-color
:
$blue-600
;
color
:
$white-light
;
}
}
}
.burndown-chart
{
width
:
100%
;
height
:
380px
;
margin
:
5px
0
;
@include
media-breakpoint-down
(
sm
)
{
height
:
320px
;
}
@include
media-breakpoint-down
(
xs
)
{
height
:
200px
;
}
.axis
{
font-size
:
12px
;
line
,
path
{
fill
:
none
;
stroke
:
$gl-gray-350
;
shape-rendering
:
crispEdges
;
}
}
.axis-label
{
text
{
fill
:
$gl-text-color-secondary
;
}
line
{
stroke
:
$border-color
;
}
}
.legend
{
shape-rendering
:
crispEdges
;
text
{
font-size
:
13px
;
fill
:
$gl-text-color-tertiary
;
}
rect
{
stroke
:
$border-color
;
fill
:
none
;
}
}
.line
{
stroke-width
:
2px
;
fill
:
none
;
&
.actual
{
stroke
:
$green-500
;
}
&
.ideal
{
stroke
:
$gl-gray-350
;
stroke-dasharray
:
6px
6px
;
}
}
.focus
{
circle
{
fill
:
$white-light
;
stroke
:
$green-500
;
stroke-width
:
2px
;
}
}
.chart-tooltip
{
text
{
font-size
:
12px
;
fill
:
$white-light
;
}
rect
{
fill
:
$black
;
}
}
}
ee/app/assets/stylesheets/pages/milestone.scss
0 → 100644
View file @
abbe4f2d
.burndown-hint.container-fluid
{
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
position
:
relative
;
margin
:
$gl-padding
0
;
overflow
:
hidden
;
padding-top
:
15px
;
padding-bottom
:
15px
;
.dismiss-icon
{
position
:
absolute
;
right
:
$gl-padding
;
cursor
:
pointer
;
color
:
$cycle-analytics-dismiss-icon-color
;
z-index
:
1
;
}
.svg-container
{
text-align
:
center
;
svg
{
max-width
:
200px
;
max-height
:
200px
;
}
}
.inner-content
{
@include
media-breakpoint-down
(
xs
)
{
padding
:
0
28px
;
text-align
:
center
;
}
h4
{
color
:
$gl-text-color
;
font-size
:
17px
;
}
p
{
color
:
$cycle-analytics-box-text-color
;
margin-bottom
:
$gl-padding
;
}
}
}
.burndown-docs-link
{
color
:
inherit
;
text-decoration
:
underline
;
}
.burndown-header
{
margin
:
24px
0
12px
;
h3
{
font-size
:
16px
;
margin
:
0
;
}
.btn-group
{
margin-left
:
20px
;
margin-bottom
:
2px
;
}
.btn
{
@include
btn-outline
(
$white-light
,
$blue-500
,
$blue-500
,
$blue-500
,
$white-light
,
$blue-600
,
$blue-600
,
$blue-700
);
font-size
:
12px
;
&
.active
{
background-color
:
$blue-500
;
border-color
:
$blue-600
;
color
:
$white-light
;
}
}
}
.burndown-chart
{
width
:
100%
;
height
:
380px
;
margin
:
5px
0
;
@include
media-breakpoint-down
(
sm
)
{
height
:
320px
;
}
@include
media-breakpoint-down
(
xs
)
{
height
:
200px
;
}
.axis
{
font-size
:
12px
;
line
,
path
{
fill
:
none
;
stroke
:
$gl-gray-350
;
shape-rendering
:
crispEdges
;
}
}
.axis-label
{
text
{
fill
:
$gl-text-color-secondary
;
}
line
{
stroke
:
$border-color
;
}
}
.legend
{
shape-rendering
:
crispEdges
;
text
{
font-size
:
13px
;
fill
:
$gl-text-color-tertiary
;
}
rect
{
stroke
:
$border-color
;
fill
:
none
;
}
}
.line
{
stroke-width
:
2px
;
fill
:
none
;
&
.actual
{
stroke
:
$green-500
;
}
&
.ideal
{
stroke
:
$gl-gray-350
;
stroke-dasharray
:
6px
6px
;
}
}
.focus
{
circle
{
fill
:
$white-light
;
stroke
:
$green-500
;
stroke-width
:
2px
;
}
}
.chart-tooltip
{
text
{
font-size
:
12px
;
fill
:
$white-light
;
}
rect
{
fill
:
$black
;
}
}
}
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