Adds thin-scroll-bar class

This commit is contained in:
Sebastian Castro
2021-12-10 20:53:23 +01:00
parent 215d8fc86e
commit 8fe125bd1b
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.thin-scroll-bar::-webkit-scrollbar-track {
background-color: #f6f6f6;;
border: 1px solid #f0f0f0;
}
.thin-scroll-bar::-webkit-scrollbar {
width: 7px;
}
.thin-scroll-bar::-webkit-scrollbar-thumb {
background-color: #c3c3c3;
min-height: 40px;
}

View File

@@ -23,3 +23,4 @@ ofn-modal {
}
@import "../shared/question-mark-icon";
@import '../admin/shared/scroll_bar';