style(Popover): add less vars

This commit is contained in:
chenjiahan
2020-11-20 14:26:41 +08:00
committed by neverland
parent cac791fd13
commit 85202c7676
2 changed files with 29 additions and 14 deletions
+15
View File
@@ -555,6 +555,21 @@
@picker-loading-icon-color: @blue;
@picker-loading-mask-color: rgba(255, 255, 255, 0.9);
// Popover
@popover-arrow-size: 6px;
@popover-border-radius: @border-radius-lg;
@popover-action-width: 128px;
@popover-action-height: 44px;
@popover-action-font-size: @font-size-md;
@popover-action-line-height: @line-height-md;
@popover-action-icon-size: 20px;
@popover-light-text-color: @text-color;
@popover-light-background-color: @white;
@popover-light-action-disabled-text-color: @gray-5;
@popover-dark-text-color: @white;
@popover-dark-background-color: #4a4a4a;
@popover-dark-action-disabled-text-color: @gray-6;
// Popup
@popup-background-color: @white;
@popup-transition: transform @animation-duration-base;