mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
@import '../style/var';
|
|
|
|
.van-notify {
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
padding: @notify-padding;
|
|
font-size: @notify-font-size;
|
|
line-height: @notify-line-height;
|
|
|
|
// allow newline charactor
|
|
white-space: pre-wrap;
|
|
}
|