UNPKG
vue-back-top
Version:
latest (1.0.0)
1.0.0
Vue-based back-top component
github.com/vue-multiple/back-top
vue-multiple/back-top
vue-back-top
/
src
/
styles
/
less
/
base.less
11 lines
(9 loc)
•
193 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Prefix
@vm-prefix:
"vm-"
;
@icomoon-font-path:
"../../fonts"
;
// Z-index
@zindex-back-top:
10
;
// Animation
@animation-time:
.
3s
;
@transition-time:
.
2s
;
@ease-in-out:
ease-in-out;