[new feature] add divider component (#3755)

This commit is contained in:
neverland
2019-07-04 20:51:43 +08:00
committed by GitHub
parent 6d67f4572c
commit aac691b7eb
12 changed files with 380 additions and 0 deletions
+10
View File
@@ -213,6 +213,16 @@
@dialog-has-title-message-padding-top: 12px;
@dialog-confirm-button-text-color: @blue;
// Divider
@divider-margin: 15px 0;
@divider-text-color: @gray-dark;
@divider-font-size: 14px;
@divider-line-height: 24px;
@divider-border-color: @border-color;
@divider-content-padding: 15px;
@divider-content-left-width: 10%;
@divider-content-right-width: 10%;
// DropdownMenu
@dropdown-menu-height: 50px;
@dropdown-menu-background-color: @white;