mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
17 lines
258 B
SCSS
17 lines
258 B
SCSS
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
//background: $hl-xxs;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: $hl-md;
|
|
border-radius: $radius-md;
|
|
}
|