UNPKG
vue-fun-loading
Version:
latest (1.1.1)
1.1.1
1.1.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
all kinds of loading components of vue
github.com/OwnGhy/vue-fun-loading
OwnGhy/vue-fun-loading
vue-fun-loading
/
lib
/
components
/
style
/
_variables.less
12 lines
(9 loc)
•
249 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// The prefix to use on all css classes from fun-loading.
@fun-loading-prefix:
fun-loading;
// --- COLORS ---
@fun-loading-color:
#ff69b4
;
@fun-loading-light-color:
lighten
(
#ff69b4
,
10%
);
// --- SIZE ---
@small:
20px
;
@middle:
36px
;
@large:
50px
;