insomnia/app/css/components/scrollbars.scss

13 lines
202 B
SCSS
Raw Normal View History

2016-03-23 05:26:27 +00:00
@import '../constants/colors';
@import '../constants/dimensions';
2016-03-21 05:47:49 +00:00
::-webkit-scrollbar {
2016-03-23 05:26:27 +00:00
width: 6px;
height: 6px;
2016-03-21 05:47:49 +00:00
}
::-webkit-scrollbar-thumb {
2016-04-05 05:35:21 +00:00
background: $hl-lg;
2016-03-23 05:26:27 +00:00
border-radius: $radius-md;
2016-03-21 05:47:49 +00:00
}