mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
8452e8b777
* Fixed duplication kve bug * Some changes * Add proptypes linting * Fixed proptypes even more * Filename linting
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
::-webkit-scrollbar {
|
|
width: @scrollbar-width;
|
|
height: @scrollbar-width;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: @hl-xs;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: @hl-md;
|
|
border-radius: @padding-sm;
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background: transparent;
|
|
}
|