Skip to content

Commit

Permalink
Improve steps breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 10, 2015
1 parent 2a5660f commit c236c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions styles/components/_steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
margin: 0 25px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: $brand-gray-lt;
border-radius: 50%;
Expand All @@ -22,15 +23,10 @@
text-decoration: none;
}

> li > a > .icon {
padding: 8px 0;
}

li::after {
content: '';
position: absolute;
top: 15px;
left: 40px;
width: 100px;
height: 3px;
background: $brand-gray;
Expand Down

0 comments on commit c236c33

Please sign in to comment.