Files
vant/packages/notify/index.less
2019-05-09 19:00:53 +08:00

13 lines
240 B
Plaintext

@import '../style/var';
.van-notify {
box-sizing: border-box;
padding: @notify-padding;
font-size: @notify-font-size;
line-height: @notify-line-height;
// allow newline charactor
white-space: pre-wrap;
text-align: center;
}