You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
690 B
18 lines
690 B
|
3 years ago
|
$dialog-width: 80%;
|
||
|
|
$dialog-background: $background-color-light;
|
||
|
|
$dialog-border-color: $border-color-light;
|
||
|
|
$dialog-border-radius: $border-radius-md;
|
||
|
|
$dialog-header-padding: 40rpx 0 0 0;
|
||
|
|
$dialog-header-font-size: $font-size-lg;
|
||
|
|
$dialog-header-font-weight: $font-weight-bold;
|
||
|
|
$dialog-header-color: $text-color;
|
||
|
|
$dialog-message-max-height: 60vh;
|
||
|
|
$dialog-message-padding: 50rpx 32rpx;
|
||
|
|
$dialog-message-font-size: 28rpx;
|
||
|
|
$dialog-message-line-height: $line-height-sm;
|
||
|
|
$dialog-message-color: $text-color;
|
||
|
|
$dialog-action-height: 100rpx;
|
||
|
|
$dialog-action-font-size: 30rpx;
|
||
|
|
$dialog-action-font-weight: $font-weight-bold;
|
||
|
|
$dialog-action-cancel-color: $text-color;
|
||
|
|
$dialog-action-confirm-color: $primary;
|