feat: add variable for aliyun theme of divider (#34187)

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

View File

@ -13,7 +13,7 @@
top: -0.06em; top: -0.06em;
display: inline-block; display: inline-block;
height: 0.9em; height: 0.9em;
margin: 0 8px; margin: 0 @divider-vertical-gutter;
vertical-align: middle; vertical-align: middle;
border-top: 0; border-top: 0;
border-left: @border-width-base solid @divider-color; border-left: @border-width-base solid @divider-color;

View File

@ -283,6 +283,7 @@
@divider-text-padding: 1em; @divider-text-padding: 1em;
@divider-orientation-margin: 5%; @divider-orientation-margin: 5%;
@divider-color: rgba(0, 0, 0, 6%); @divider-color: rgba(0, 0, 0, 6%);
@divider-vertical-gutter: 8px;
// Dropdown // Dropdown
@dropdown-selected-color: @primary-color; @dropdown-selected-color: @primary-color;

View File

@ -338,6 +338,7 @@ html {
@divider-text-padding: 1em; @divider-text-padding: 1em;
@divider-orientation-margin: 5%; @divider-orientation-margin: 5%;
@divider-color: rgba(0, 0, 0, 6%); @divider-color: rgba(0, 0, 0, 6%);
@divider-vertical-gutter: 8px;
// Dropdown // Dropdown
@dropdown-selected-color: @primary-color; @dropdown-selected-color: @primary-color;