Skip to content

Commit

Permalink
fix(reorder): adjust reorder icon style for iOS and MD
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 20, 2016
1 parent 02667d1 commit f3bb2dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/item/item-reorder.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "../../globals.core";

// Item reorder
// --------------------------------------------------
Expand All @@ -12,8 +13,8 @@ ion-reorder {
max-width: 40px;
height: 100%;

font-size: 1.45em;
opacity: .5;
font-size: 1.7em;
opacity: .25;

transform: translate3d(120%, 0, 0);

Expand Down
8 changes: 8 additions & 0 deletions src/components/item/item.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,11 @@ ion-item-divider {
ion-item-sliding {
background-color: $item-md-sliding-content-background;
}

// Item reorder
// --------------------------------------------------

ion-reorder {
font-size: 1.5em;
opacity: .3;
}

0 comments on commit f3bb2dc

Please sign in to comment.