2016-09-09 14:29:19 +08:00
|
|
|
// Prefix
|
|
|
|
@css-prefix : ivu-;
|
|
|
|
|
|
|
|
// Color
|
|
|
|
@primary-color : #0099e5;
|
|
|
|
@info-color : #2db7f5;
|
|
|
|
@success-color : #5cb85c;
|
|
|
|
@error-color : #ff5500;
|
|
|
|
@warning-color : #f0ad4e;
|
|
|
|
@link-color : #0099e5;
|
|
|
|
@link-hover-color : tint(@link-color, 20%);
|
|
|
|
@link-active-color : shade(@link-color, 5%);
|
|
|
|
|
|
|
|
// Base
|
|
|
|
@body-background : #fff;
|
|
|
|
|
2016-09-13 07:56:38 +08:00
|
|
|
// Border color
|
|
|
|
@border-color-base : #d9d9d9; // base
|
|
|
|
// Background color
|
|
|
|
@background-color-base : #f7f7f7; // base
|
|
|
|
|
2016-09-09 14:29:19 +08:00
|
|
|
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
|
|
@code-family : Consolas,Menlo,Courier,monospace;
|
|
|
|
@text-color : #525558;
|
|
|
|
@font-size-base : 14px;
|
|
|
|
@line-height-base : 1.5;
|
|
|
|
@line-height-computed : floor((@font-size-base * @line-height-base));
|
|
|
|
@border-radius-base : 6px;
|
|
|
|
|
|
|
|
// Layout and Grid
|
|
|
|
@grid-columns : 24;
|
|
|
|
@grid-gutter-width : 0;
|
|
|
|
|
2016-09-12 11:59:15 +08:00
|
|
|
// Legend
|
|
|
|
@legend-color : #999;
|
|
|
|
|
2016-09-09 14:29:19 +08:00
|
|
|
// Z-index
|
|
|
|
@zindex-affix : 10;
|
|
|
|
@zindex-back-top : 10;
|
|
|
|
@zindex-spin : 8;
|
|
|
|
|
|
|
|
// Animation
|
|
|
|
@transition-time : .2s;
|
|
|
|
@ease-in-out : ease-in-out;
|