vant/packages/notify/index.less
2018-11-25 10:36:07 +08:00

13 lines
229 B
Plaintext

@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;
}