mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
Добавлена стилизация полосы прокрутки для webkit браузеров
This commit is contained in:
parent
44139610f9
commit
2086a61bb4
@ -52,6 +52,18 @@ $languageListBorderStyle: 1px solid $languageListBorderColor;
|
||||
border-bottom: $languageListBorderStyle;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: #D8D5D0;
|
||||
}
|
||||
|
||||
@include hideFooter {
|
||||
& {
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user