feat: add variable for aliyun theme of drawer (#34188)

Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
This commit is contained in:
qdzhaoxiaodao 2022-02-27 10:52:21 +08:00 committed by GitHub
parent 5903f40724
commit 60aaa70069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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 {

View File

@ -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
// ---

View File

@ -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
// ---