@import '../../styles-new/default.less';

// @bottom-button-xlarge-height: @size-height-xxl;
// @bottom-button-xlarge-font-size: @font-size-xl;
// @bottom-button-xlarge-font-weight: @font-weight-bold;
// @bottom-button-xlarge-border-radius: @radius-zero;
// @bottom-button-xlarge-icon-size: @size-icon-m;
// @bottom-button-bar-height: @size-height-xxl;

/* 主要按钮 */
@bottom-button-primary-color: @color-text-white;
@bottom-button-primary-color-active: @color-text-white;
@bottom-button-primary-color-disable: @color-text-disabled;
@bottom-button-primary-fill: @color-primary;
@bottom-button-primary-fill-active: @color-primary-active;
@bottom-button-primary-fill-disable: @color-fill-disable;

/* 次要按钮 */
@bottom-button-secondary-color: @color-text-primary;
@bottom-button-secondary-color-active: @color-text-primary;
@bottom-button-secondary-color-disable: @color-text-disabled;
@bottom-button-secondary-border-width :@border-width-zero;
@bottom-button-secondary-border-color-active: @color-border-primary;
@bottom-button-secondary-border-width-disable: @border-width-zero;
@bottom-button-secondary-fill: @color-fill-white;
@bottom-button-secondary-fill-active: @color-primary-light-active;
@bottom-button-secondary-fill-disable: @color-fill-disable;

/* 辅助功能 */
@bottom-button-icon-font-size: @font-size-xxs;
@bottom-button-icon-color: @color-text-secondary;
@bottom-button-icon-size: @size-icon-m;
