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

@currency-normal-lable-font-size	: @font-size-base;
@currency-normal-lable-color	 :@color-text-base;
@currency-normal-tertiary-font-size	: @font-size-xxs;
@currency-normal-tertiary-color	 :@color-text-tertiary;
@currency-normal-input-font-size	: @font-size-base;
@currency-normal-input-placeholder-color	: @color-text-placeholder;
@currency-normal-input-color :@color-text-link;
@currency-normal-input-color-forbidden	 :@color-text-disabled;
@currency-normal-error-font-size	 :@font-size-xxs;
@currency-normal-error-color	 :@color-text-warning-base;
@currency-normal-icon-size	 :@size-icon-xs;
@currency-normal-min-height :@size-height-xl;
@currency-normal-padding-horizontal	: @spacing-m;
@currency-normal-divider-color	 :@color-divider-dark;

@currency-normal-title-icon-size: @size-icon-xs; // 标题图标尺寸
@currency-normal-title-icon-color: @color-icon-link; // 标题图标颜色
@currency-normal-right-icon-size: @size-icon-m; // 右侧标题尺寸

@currency-stress-lable-font-size	 :@font-size-l;
@currency-stress-lable-color	 :@color-text-base;
@currency-stress-lable-font-weight: @font-weight-bold;
@currency-stressl-tertiary-font-size	: @font-size-xxs;
@currency-stress-tertiary-color	 :@color-text-base;
@currency-stress-placeholder-font-size	: @font-size-xl;
@currency-stress-placeholder-font-size-long	: @font-size-xxl;
@currency-stress-placeholder-color	 :@color-text-placeholder;
@currency-stress-input-font-size	 :@font-size-xxxl;
@currency-stress-input-font-size-long	: @font-size-xxl;
@currency-stress-input-font-weight	 :@font-weight-xbold;
@currency-stress-input-color	 :@color-text-link;
@currency-stress-input-color-disable: @color-text-disabled;
@currency-stress-input-font-weight-disable: @font-weight-xbold;
// @currency-stress-input-font-weight-forbidden :@font-weight-bold;
@currency-stress-amount-font-size	 :@font-size-xxs;
@currency-stress-amount-color	 :@color-text-tertiary;
@currency-stress-erro-font-size	 :@font-size-xxs;
@currency-stress-erro-color	 :@color-text-warning-base;
@currency-stress-icon-size	 :@size-icon-xs;
@currency-stress-icon-color: @color-icon-gray;
@currency-stress-input-operation-font-size	 :@font-size-s;
@currency-stress-input-operation-color	 :@color-text-link;
@currency-stress-input-function-font-size: @font-size-xxs;
@currency-stress-input-function-color: @color-text-tertiary;
@currency-stress-padding-horizontal-left	 :@spacing-m;
@currency-stress-divider-color	 :@color-divider-dark;
@currency-stress-currency-icon-color: @color-icon-base;
@currency-stress-currency-icon-size: @size-icon-m;

@currency-stress-block-height	 :@size-height-s;
@currency-stress-block-height-padding-horizontal: @spacing-s;
@currency-stress-blcok-font-size: @font-size-s;
@currency-stress-blcok-color	 :@color-text-base;
@currency-stress-block-color-active	: @color-text-primary;
@currency-stress-block-color-disable	: @color-text-disabled;
@currency-stress-block-fill-color	 :@color-gray-7;
@currency-stress-block-fill-color-active	: @color-primary-light-active;
@currency-stress-block-fill-color-disable	: @color-fill-disable;
@currency-stress-block-border-width: @border-width-base;
// @currency-stressl-block-border-width: @border-width-base;
@currency-stress-block-border-color	: @color-border-base;
@currency-stress-block-border-color-active	: @color-border-primary;
// @currency-stressl-block-border-width-disable	: @border-width-zero;
@currency-stress-block-border-color-disable: @color-border-light-disable;
