feat(design): polish all settings views

Closes #424
This commit is contained in:
Jason Dreyzehner 2016-10-12 22:01:48 -04:00
commit 4f8758c6d7
12 changed files with 60 additions and 57 deletions

View file

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