Font awesome styling update not yet fixed for stacks

This commit is contained in:
2014-05-28 19:20:07 +02:00
parent 901c9ac5c8
commit 78a894759b
3 changed files with 26 additions and 7 deletions
@@ -23,7 +23,7 @@ span.icon
.mark-order-delivered .button-icon
background-image: image-url('icons/order-doublecheck.png')
.fa-shifted-stack
//.fa-shifted-stack
@extend .fa-stack
//.fa-shifted-stack
position: relative
@@ -38,3 +38,22 @@ span.icon
left: 20%
&:first-child
left: -10%
.fa-shifted-stack .fa-shifted:last-child
margin-left: -1.15rem
button, .button
.fa-shifted-stack
.fa-shifted:last-child
margin-left: -0.85rem
.fa-stack.fa-stack-sized
width: auto
height: auto
line-height: 0 // For some reason this works on supplier dashboard for list
vertical-align: -15%
.fa-stack-small
font-size: 0.5em
.fa:last-child
margin-left: -1.35rem
vertical-align: -20%
&.fa-stack-small
margin-left: -1.35rem
vertical-align: 30%