ui: modified scrollbar style
This commit is contained in:
parent
720122947b
commit
0f9c8607aa
|
@ -16,8 +16,8 @@
|
|||
// scrollbar
|
||||
// ====================================
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ html, body {
|
|||
|
||||
&::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 6px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
+keep-tablet() {
|
||||
|
|
|
@ -71,7 +71,7 @@ $border-color = darken($background-color, 30%);
|
|||
$selection-color = lighten($primary-color, 10%);
|
||||
$shadow-color = rgba(0, 0, 0, 0.2);
|
||||
$shadow-hover-color = rgba(0, 0, 0, 0.28);
|
||||
$scrollbar-color = lighten($default-text-color, 5%);
|
||||
$scrollbar-color = lighten($default-text-color, 6%);
|
||||
$scroll-bar-bg-color = darken($background-color, 10%);
|
||||
$link-color = darken($default-text-color, 10%);
|
||||
$copyright-info-color = #CC0033;
|
||||
|
|
Loading…
Reference in New Issue