breaking change: rename GoodsAction to ActionBar
This commit is contained in:
+13
-13
@@ -378,19 +378,19 @@
|
||||
@grid-item-text-color: @gray-7;
|
||||
@grid-item-text-font-size: @font-size-sm;
|
||||
|
||||
// GoodsAction
|
||||
@goods-action-background-color: @white;
|
||||
@goods-action-height: 50px;
|
||||
@goods-action-icon-width: 48px;
|
||||
@goods-action-icon-height: 100%;
|
||||
@goods-action-icon-color: @text-color;
|
||||
@goods-action-icon-size: 18px;
|
||||
@goods-action-icon-font-size: @font-size-xs;
|
||||
@goods-action-icon-active-color: @active-color;
|
||||
@goods-action-icon-text-color: @gray-7;
|
||||
@goods-action-button-height: 40px;
|
||||
@goods-action-button-warning-color: @gradient-orange;
|
||||
@goods-action-button-danger-color: @gradient-red;
|
||||
// ActionBar
|
||||
@action-bar-background-color: @white;
|
||||
@action-bar-height: 50px;
|
||||
@action-bar-icon-width: 48px;
|
||||
@action-bar-icon-height: 100%;
|
||||
@action-bar-icon-color: @text-color;
|
||||
@action-bar-icon-size: 18px;
|
||||
@action-bar-icon-font-size: @font-size-xs;
|
||||
@action-bar-icon-active-color: @active-color;
|
||||
@action-bar-icon-text-color: @gray-7;
|
||||
@action-bar-button-height: 40px;
|
||||
@action-bar-button-warning-color: @gradient-orange;
|
||||
@action-bar-button-danger-color: @gradient-red;
|
||||
|
||||
// IndexAnchor
|
||||
@index-anchor-z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user