Created examples

This commit is contained in:
vinibiavatti
2019-09-06 00:07:44 -03:00
parent 2e1b284d12
commit 075b56fcc6
48 changed files with 2558 additions and 1378 deletions

View File

@@ -1,13 +1,15 @@
@import '../variables.scss';
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background-image: url("images/scroll.png");
background-image: $scrool-image;
background-repeat: repeat;
}
::-webkit-scrollbar-thumb {
background-color: rgb(0, 168, 168);
background-color: $scrool-color;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgb(0, 168, 168);
background-color: $scrool-color;
}