feat(design): cut down opacity of non-essential icons
This commit is contained in:
parent
d4cd402294
commit
23ffd9a7b2
1 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue