mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
feat: add variable for aliyun theme of drawer (#34188)
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
This commit is contained in:
parent
5903f40724
commit
60aaa70069
@ -134,8 +134,8 @@
|
||||
margin: 0;
|
||||
color: @heading-color;
|
||||
font-weight: 500;
|
||||
font-size: @font-size-lg;
|
||||
line-height: 22px;
|
||||
font-size: @drawer-title-font-size;
|
||||
line-height: @drawer-title-line-height;
|
||||
}
|
||||
|
||||
&-content {
|
||||
|
@ -989,6 +989,8 @@
|
||||
@drawer-footer-padding-vertical: @modal-footer-padding-vertical;
|
||||
@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
|
||||
@drawer-header-close-size: 56px;
|
||||
@drawer-title-font-size: @font-size-lg;
|
||||
@drawer-title-line-height: 22px;
|
||||
|
||||
// Timeline
|
||||
// ---
|
||||
|
@ -1044,6 +1044,8 @@ html {
|
||||
@drawer-footer-padding-vertical: @modal-footer-padding-vertical;
|
||||
@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
|
||||
@drawer-header-close-size: 56px;
|
||||
@drawer-title-font-size: @font-size-lg;
|
||||
@drawer-title-line-height: 22px;
|
||||
|
||||
// Timeline
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user