Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1435 from deividmarques/master
Browse files Browse the repository at this point in the history
bug fix in the navigation component of step
  • Loading branch information
palloi committed Mar 30, 2015
2 parents c6cd07f + a495fff commit ff05e32
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions source/assets/stylesheets/locastyle/modules/_steps.sass
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ $with-steps: 85px
font-weight: 300
color: $gray2
padding-right: 5px
padding-top: 1px
pointer-events: none
position: relative
z-index: 2

.ls-active &,
.ls-actived &
Expand Down Expand Up @@ -106,6 +104,8 @@ $with-steps: 85px
vertical-align: middle
text-align: center
width: 35px
position: relative
z-index: 2

&:after
content: attr(aria-label)
Expand All @@ -121,7 +121,8 @@ $with-steps: 85px
height: 0
width: 0
position: absolute
top: 6px
top: 50%
margin-top: -23px
right: 18px

&:before,
Expand Down Expand Up @@ -200,3 +201,7 @@ $with-steps: 85px
position: relative
top: 0
margin-left: 10px
width: 170px
text-align: left
display: inline-block
vertical-align: middle

0 comments on commit ff05e32

Please sign in to comment.