Skip to content

Commit

Permalink
Add monkey scrollbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent af7f7b9 commit b40125f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scss/layout/_scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,14 @@
border: 3px solid $color-base;
}
}

.c-scrollbar--monkey .c-scrollbar {
&__track {
background: $color-shade-mid;
}

&__bar {
background: $color-shade-light;
box-shadow: 0 3px 0 $color-base, 0 -3px 0 $color-base;
}
}

0 comments on commit b40125f

Please sign in to comment.