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
aa717c49
Commit
aa717c49
authored
Jun 07, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update styles to handle presetType
parent
57a9f363
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
18 deletions
+25
-18
ee/app/assets/stylesheets/pages/roadmap.scss
ee/app/assets/stylesheets/pages/roadmap.scss
+25
-18
No files found.
ee/app/assets/stylesheets/pages/roadmap.scss
View file @
aa717c49
...
...
@@ -6,6 +6,14 @@ $scroll-top-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(25
$scroll-bottom-gradient
:
linear-gradient
(
to
bottom
,
rgba
(
255
,
255
,
255
,
0
.001
)
0%
,
rgba
(
0
,
0
,
0
,
0
.15
)
100%
);
$column-right-gradient
:
linear-gradient
(
to
right
,
rgba
(
0
,
0
,
0
,
0
.15
)
0%
,
rgba
(
255
,
255
,
255
,
0
.001
)
100%
);
.epics-roadmap-filters
{
.epics-details-filters
{
.btn-roadmap-preset
{
padding
:
7px
$gl-btn-padding
;
}
}
}
.group-epics-roadmap-wrapper
{
padding-bottom
:
0
;
}
...
...
@@ -34,6 +42,22 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
}
}
.roadmap-timeline-section
.timeline-header-item
{
.item-label
,
.item-sublabel
.sublabel-value
{
color
:
$theme-gray-600
;
font-weight
:
400
;
&
.label-dark
{
color
:
$theme-gray-900
;
}
&
.label-bold
{
font-weight
:
600
;
}
}
}
.roadmap-timeline-section
.timeline-header-blank
:after
,
.epics-list-section
.epic-details-cell
:after
{
content
:
''
;
...
...
@@ -78,28 +102,10 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
border-right
:
none
;
}
.item-label
,
.item-sublabel
{
color
:
$theme-gray-600
;
font-weight
:
400
;
&
.label-dark
{
color
:
$theme-gray-900
;
.value-light
{
color
:
$theme-gray-600
;
}
}
}
.item-label
{
padding
:
$gl-padding-8
$gl-padding
;
border-right
:
$border-style
;
border-bottom
:
$border-style
;
&
.label-bold
{
font-weight
:
600
;
}
}
.item-sublabel
{
...
...
@@ -108,6 +114,7 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
.sublabel-value
{
flex-grow
:
1
;
flex-basis
:
0
;
text-align
:
center
;
font-size
:
$code_font_size
;
line-height
:
1
.5
;
...
...
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