mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adds thin-scroll-bar class
This commit is contained in:
13
app/assets/stylesheets/admin/shared/scroll_bar.scss
Normal file
13
app/assets/stylesheets/admin/shared/scroll_bar.scss
Normal 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;
|
||||
}
|
||||
@@ -23,3 +23,4 @@ ofn-modal {
|
||||
}
|
||||
|
||||
@import "../shared/question-mark-icon";
|
||||
@import '../admin/shared/scroll_bar';
|
||||
|
||||
Reference in New Issue
Block a user