UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
packages
/
icon
/
index.less
21 lines
(18 loc)
•
319 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import
'../style/var'
;
@import
'@vant/icons/src/index.less'
;
.van-icon
{ &
--image
{
width
:
1em
;
height
:
1em
;
img
{
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
margin
: auto;
max-width
:
100%
;
max-height
:
100%
;
position
: absolute; } } }