feat(design): cut down opacity of non-essential icons

This commit is contained in:
Jason Dreyzehner 2016-10-12 20:39:36 -04:00
commit 23ffd9a7b2

View file

@ -1,13 +1,20 @@
.icon.bp-arrow-right {
@extend .ion-ios-arrow-right;
@extend %just-a-hint;
}
.icon.bp-arrow-down {
@extend .ion-ios-arrow-down;
@extend %just-a-hint;
}
.icon.bp-arrow-up {
@extend .ion-ios-arrow-up;
@extend %just-a-hint;
}
%just-a-hint {
opacity: 0.2;
}
.item.item-big-icon-left {