mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
17 lines
274 B
SCSS
17 lines
274 B
SCSS
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
::-webkit-scrollbar {
|
|
width: $padding-sm;
|
|
height: $padding-sm;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: $hl-xxxs;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: $hl-md;
|
|
border-radius: $padding-sm;
|
|
}
|