mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-05-02 03:08:10 +08:00
11 lines
427 B
Plaintext
11 lines
427 B
Plaintext
@import '../style/var.less';
|
|
|
|
@notify-text-color: var(--van-white);
|
|
@notify-padding: var(--van-padding-xs) var(--van-padding-md);
|
|
@notify-font-size: var(--van-font-size-md);
|
|
@notify-line-height: var(--van-line-height-md);
|
|
@notify-primary-background-color: var(--van-blue);
|
|
@notify-success-background-color: var(--van-green);
|
|
@notify-danger-background-color: var(--van-red);
|
|
@notify-warning-background-color: var(--van-orange);
|