Skip to content

Commit

Permalink
fix(item) Set complex ionItems to use scss var
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jun 12, 2015
1 parent f622817 commit 5aaa94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ button.item.item-complex {
z-index: $z-index-item;
padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
border: none;
background-color: white;
background-color: $item-default-bg;
}

a.item-content {
Expand Down

0 comments on commit 5aaa94a

Please sign in to comment.