/* https://github.com/airyland/vux/blob/v2/src/styles/variable.less */

@theme-color: #53a4fc;
@header-background-color: #ffffff;
@header-text-color: @theme-color;
@header-title-color: @theme-color;
@header-arrow-color: @theme-color;

// 页面标题高度
@rt-header-height: 44px;
@rt-header-title-color: #222222;

// 页脚高度
@rt-footer-height: 50px;

// 导航条高度
@rt-navbar-height: 44px;
// 导航条背景颜色
@rt-navbar-background: #ffffff;
// 导航条箭头颜色
@rt-navbar-arrow-color: #0f0a0a;

/**
* tabbar
*/
@tabbar-text-active-color: @theme-color;

/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
@button-primary-bg-color: @theme-color;
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
@button-primary-active-bg-color: #1ba2fc;
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
@button-primary-disabled-bg-color: #9dd3fa;

/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
@button-plain-primary-color: @theme-color;
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
@button-plain-primary-border-color: @theme-color;
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
@button-plain-primary-active-color: #1ba2fc;
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
@button-plain-primary-active-border-color: #1ba2fc;

/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
@button-plain-default-color: rgba(53, 53, 53, 1);
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
@button-plain-default-border-color: rgba(53, 53, 53, 1);
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
@button-plain-default-active-color: rgba(53, 53, 53, 0.6);
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
@button-plain-default-active-border-color: rgba(53, 53, 53, 0.6);

/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
@button-plain-warn-color: rgba(206, 60, 57, 1);
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
@button-plain-warn-border-color: rgba(206, 60, 57, 1);
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
@button-plain-warn-active-color: rgba(206, 60, 57, 0.6);
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
@button-plain-warn-active-border-color: rgba(206, 60, 57, 0.6);

/**
* checkbox
*/
@checkbox-icon-color-checked: @theme-color;

/**
* check-icon
*/
@check-icon-color-checked: @checkbox-icon-color-checked;

/**
* dialog
*/
@dialog-button-text-primary-color: @theme-color;
