mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-04-30 02:18:15 +08:00
22 lines
865 B
Plaintext
22 lines
865 B
Plaintext
@import '../style/var.less';
|
|
|
|
@dialog-width: 320px;
|
|
@dialog-small-screen-width: 90%;
|
|
@dialog-font-size: var(--van-font-size-lg);
|
|
@dialog-transition: var(--van-animation-duration-base);
|
|
@dialog-border-radius: 16px;
|
|
@dialog-background-color: var(--van-white);
|
|
@dialog-header-font-weight: var(--van-font-weight-bold);
|
|
@dialog-header-line-height: 24px;
|
|
@dialog-header-padding-top: 26px;
|
|
@dialog-header-isolated-padding: var(--van-padding-lg) 0;
|
|
@dialog-message-padding: var(--van-padding-lg);
|
|
@dialog-message-font-size: var(--van-font-size-md);
|
|
@dialog-message-line-height: var(--van-line-height-md);
|
|
@dialog-message-max-height: 60vh;
|
|
@dialog-has-title-message-text-color: var(--van-gray-7);
|
|
@dialog-has-title-message-padding-top: var(--van-padding-xs);
|
|
@dialog-button-height: 48px;
|
|
@dialog-round-button-height: 36px;
|
|
@dialog-confirm-button-text-color: var(--van-red);
|