Commit f60ee6e7 authored by jim's avatar jim

use less var

parent 6ffc494e
import React, { PureComponent } from 'react'; import React, { PureComponent } from 'react';
import { Icon, Divider } from 'antd'; import { Icon, Divider } from 'antd';
import { Link } from 'dva/router'; import { Link } from 'dva/router';
import Debounce from 'lodash-decorators/debounce';
import styles from './index.less'; import styles from './index.less';
import RightContent from './RightContent'; import RightContent from './RightContent';
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
background-color: white; background-color: white;
.logo { .logo {
background: white; background: white;
border: 1px solid #e9e9e9; border-bottom: 1px solid @border-color-split;
h1 { h1 {
color: #1890ff; color: @primary-color;
} }
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment