We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02667d1 commit f3bb2dcCopy full SHA for f3bb2dc
src/components/item/item-reorder.scss
@@ -1,3 +1,4 @@
1
+@import "../../globals.core";
2
3
// Item reorder
4
// --------------------------------------------------
@@ -12,8 +13,8 @@ ion-reorder {
12
13
max-width: 40px;
14
height: 100%;
15
- font-size: 1.45em;
16
- opacity: .5;
+ font-size: 1.7em;
17
+ opacity: .25;
18
19
transform: translate3d(120%, 0, 0);
20
src/components/item/item.md.scss
@@ -229,3 +229,11 @@ ion-item-divider {
229
ion-item-sliding {
230
background-color: $item-md-sliding-content-background;
231
}
232
+
233
+// Item reorder
234
+// --------------------------------------------------
235
236
+ion-reorder {
237
+ font-size: 1.5em;
238
+ opacity: .3;
239
+}
0 commit comments