Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
63db941e
Commit
63db941e
authored
Sep 09, 2016
by
FuryBean
Committed by
GitHub
Sep 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #48 from QingWei-Li/fix/steps
Steps: fix line
parents
b3cad102
682917ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
packages/theme-default/src/step.css
packages/theme-default/src/step.css
+5
-7
No files found.
packages/theme-default/src/step.css
View file @
63db941e
...
...
@@ -30,12 +30,10 @@
position
:
absolute
;
border-color
:
inherit
;
background-color
:
#c0ccda
;
z-index
:
-1
;
@when
icon
{
@when
horizontal
{
width
:
55%
;
margin-left
:
35px
;
right
:
4px
;
}
@when
vertical
{
...
...
@@ -47,15 +45,15 @@
@when
horizontal
{
top
:
15px
;
height
:
2px
;
width
:
100%
;
margin-right
:
-14px
;
left
:
32px
;
right
:
0
;
}
@when
vertical
{
width
:
2px
;
height
:
100%
;
box-sizing
:
border-box
;
padding-top
:
28px
;
top
:
32px
;
bottom
:
0
;
}
}
...
...
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