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
Jérome Perrin
gitlab-ce
Commits
f922fa52
Commit
f922fa52
authored
Jun 03, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup some classnames and media queries
parent
da1f5255
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
34 deletions
+16
-34
app/assets/stylesheets/pages/convdev_index.scss
app/assets/stylesheets/pages/convdev_index.scss
+14
-31
app/views/admin/conversational_development_index/show.html.haml
...ews/admin/conversational_development_index/show.html.haml
+2
-3
No files found.
app/assets/stylesheets/pages/convdev_index.scss
View file @
f922fa52
...
...
@@ -39,10 +39,7 @@ $space-between-cards: 8px;
.convdev-cards
{
display
:
flex
;
justify-content
:
center
;
@media
(
max-width
:
$screen-lg-min
)
{
flex-wrap
:
wrap
;
}
}
.convdev-card-wrapper
{
...
...
@@ -50,35 +47,26 @@ $space-between-cards: 8px;
flex-direction
:
column
;
align-items
:
stretch
;
text-align
:
center
;
width
:
1
0%
;
width
:
5
0%
;
border-color
:
$border-color
;
margin
:
0
0
32px
;
padding
:
$space-between-cards
/
2
;
position
:
relative
;
@media
(
max-width
:
$screen-lg-min
)
{
width
:
16
.667%
;
.convdev-card-title
{
max-width
:
100px
;
margin
:
$gl-padding
auto
auto
;
@media
(
min-width
:
$screen-xs-min
)
{
width
:
percentage
(
1
/
4
);
}
.card-scores
{
margin
:
$gl-padding
24px
;
}
@media
(
min-width
:
$screen-sm-min
)
{
width
:
percentage
(
1
/
5
);
}
@media
(
m
ax
-width
:
$screen-md-min
)
{
width
:
20%
;
@media
(
m
in
-width
:
$screen-md-min
)
{
width
:
percentage
(
1
/
6
)
;
}
@media
(
max-width
:
$screen-sm-min
)
{
width
:
25%
;
}
@media
(
max-width
:
$screen-xs-min
)
{
width
:
50%
;
@media
(
min-width
:
$screen-lg-min
)
{
width
:
percentage
(
1
/
10
);
}
}
...
...
@@ -86,8 +74,6 @@ $space-between-cards: 8px;
border
:
solid
1px
$border-color
;
border-radius
:
3px
;
border-top-width
:
3px
;
border-top-left-radius
:
3px
;
border-top-right-radius
:
3px
;
display
:
flex
;
flex-direction
:
column
;
flex-grow
:
1
;
...
...
@@ -118,8 +104,8 @@ $space-between-cards: 8px;
}
.convdev-card-title
{
margin
-top
:
$gl-padding
;
ma
rgin-bottom
:
auto
;
margin
:
$gl-padding
auto
auto
;
ma
x-width
:
100px
;
h3
{
font-size
:
14px
;
...
...
@@ -166,7 +152,6 @@ $space-between-cards: 8px;
.card-buttons
{
display
:
flex
;
justify-content
:
stretch
;
>
*
{
font-size
:
16px
;
...
...
@@ -192,10 +177,6 @@ $space-between-cards: 8px;
justify-content
:
space-around
;
position
:
relative
;
background
:
$border-color
;
@media
(
max-width
:
$screen-lg-min
)
{
display
:
none
;
}
}
.convdev-step
{
...
...
@@ -247,6 +228,8 @@ $space-between-cards: 8px;
transition
:
transform
0
.1s
;
width
:
30px
;
height
:
30px
;
min-height
:
30px
;
min-width
:
30px
;
}
}
...
...
app/views/admin/conversational_development_index/show.html.haml
View file @
f922fa52
...
...
@@ -27,10 +27,9 @@
-
@metric
.
cards
.
each
do
|
card
|
=
render
'card'
,
card:
card
.convdev-steps.
row
.convdev-steps.
visible-lg
-
@metric
.
idea_to_production_steps
.
each_with_index
do
|
step
,
index
|
.convdev-step
{
class:
"convdev-#{score_level(step.percentage_score)}-score"
}
.as
=
custom_icon
(
"i2p_step_
#{
index
+
1
}
"
)
%h4
.convdev-step-title
=
step
.
title
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