fix(reorder): adjust reorder icon style for iOS and MD

This commit is contained in:
Manu Mtz.-Almeida
2016-08-20 14:20:36 +02:00
parent 02667d1644
commit f3bb2dc51d
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
@import "../../globals.core";
// Item reorder
// --------------------------------------------------
@@ -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);

View File

@@ -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;
}