@@ -338,10 +338,12 @@ html {
338
338
@divider-text-padding : 1em ;
339
339
@divider-orientation-margin : 5% ;
340
340
@divider-color : rgba (0 , 0 , 0 , 6% );
341
+ @divider-vertical-gutter : 8px ;
341
342
342
343
// Dropdown
343
344
@dropdown-selected-color : @primary-color ;
344
345
@dropdown-menu-submenu-disabled-bg : @component-background ;
346
+ @dropdown-selected-bg : @item-active-bg ;
345
347
346
348
// Empty
347
349
@empty-font-size : @font-size-base ;
@@ -361,6 +363,7 @@ html {
361
363
@radio-button-color : @btn-default-color ;
362
364
@radio-button-hover-color : @primary-5 ;
363
365
@radio-button-active-color : @primary-7 ;
366
+ @radio-button-padding-horizontal : @padding-md - 1px ;
364
367
@radio-disabled-button-checked-bg : @disabled-active-bg ;
365
368
@radio-disabled-button-checked-color : @disabled-color ;
366
369
@radio-wrapper-margin-right : 8px ;
@@ -621,6 +624,7 @@ html {
621
624
@modal-footer-border-width : @border-width-base ;
622
625
@modal-mask-bg : fade (@black , 45% );
623
626
@modal-confirm-body-padding : 32px 32px 24px ;
627
+ @modal-confirm-title-font-size : @font-size-lg ;
624
628
625
629
// Progress
626
630
// --
@@ -1047,6 +1051,8 @@ html {
1047
1051
@drawer-footer-padding-vertical : @modal-footer-padding-vertical ;
1048
1052
@drawer-footer-padding-horizontal : @modal-footer-padding-horizontal ;
1049
1053
@drawer-header-close-size : 56px ;
1054
+ @drawer-title-font-size : @font-size-lg ;
1055
+ @drawer-title-line-height : 22px ;
1050
1056
1051
1057
// Timeline
1052
1058
// ---
0 commit comments