/*
Write your variables here. All available variables can be
found in https://github.com/iview/iview/blob/2.0/src/styles/custom.less.
*/

@import '~iview/src/styles/index.less';

// Here are the variables to cover, such as:
@primary-color: #17508A;
@link-color : #17508A;
// @primary-color: #B50029;
// @link-color : #B50029;
@link-hover-color : tint(@link-color, 20%);
@link-active-color : shade(@link-color, 5%);
@layout-header-background: white;