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
/
lib
/
notify
/
index.less
13 lines
(11 loc)
•
241 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@import
'../style/var'
;
.van-notify
{
position
: fixed;
top
:
0
;
width
:
100%
;
text-align
: center;
box-sizing
: border-box;
padding
:
@notify-padding
;
font-size
:
@notify-font-size
;
line-height
:
@notify-line-height
; }