|
|
|
@ -52,6 +52,29 @@ body {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* custom scrollbar */
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
|
|
|
|
|
background-color: #00bbff;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
border: 6px solid transparent;
|
|
|
|
|
background-clip: content-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
background-color: #a8bbbf;
|
|
|
|
|
}
|
|
|
|
|
/* end of custom scrollbar*/
|
|
|
|
|
|
|
|
|
|
.user-list {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|