mirror of https://github.com/Kylart/KawAnime.git
Added scrollbar style
This commit is contained in:
parent
b5ea613f22
commit
3d28bffdfa
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
// @import '../../node_modules/vuetify/src/stylus/main'
|
// @import '../../node_modules/vuetify/src/stylus/main'
|
||||||
@import './theme'
|
@import './theme'
|
||||||
|
@import './scrollbar'
|
||||||
@import '../../node_modules/vuetify/src/stylus/app'
|
@import '../../node_modules/vuetify/src/stylus/app'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
::-webkit-scrollbar
|
||||||
|
width 8px
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb
|
||||||
|
background-clip padding-box
|
||||||
|
border-radius 6px
|
||||||
|
background-color rgb(32, 32, 32)
|
||||||
|
border-color transparent
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track-piece
|
||||||
|
background-clip: padding-box
|
||||||
|
border-radius 6px
|
||||||
|
background-color transparent
|
||||||
|
border-color transparent
|
||||||
|
|
Loading…
Reference in New Issue