update colors

This commit is contained in:
梁灏 2018-07-02 10:19:33 +08:00
parent cbaf4e2361
commit 7401ec352a
2 changed files with 10 additions and 10 deletions

View file

@ -221,7 +221,7 @@ export default {
'#2d8cf0', '#2d8cf0',
'#19be6b', '#19be6b',
'#ff9900', '#ff9900',
'#ed3f14', '#ed4014',
'#00b5ff', '#00b5ff',
'#19c919', '#19c919',
'#f9e31c', '#f9e31c',

View file

@ -10,22 +10,22 @@
@success-color : #19be6b; @success-color : #19be6b;
@processing-color : @primary-color; @processing-color : @primary-color;
@warning-color : #ff9900; @warning-color : #ff9900;
@error-color : #ed3f14; @error-color : #ed4014;
@normal-color : #e6ebf1; @normal-color : #e6ebf1;
@link-color : #2D8cF0; @link-color : #2D8cF0;
@link-hover-color : tint(@link-color, 20%); @link-hover-color : tint(@link-color, 20%);
@link-active-color : shade(@link-color, 5%); @link-active-color : shade(@link-color, 5%);
@selected-color : fade(@primary-color, 90%); @selected-color : fade(@primary-color, 90%);
@tooltip-color : #fff; @tooltip-color : #fff;
@subsidiary-color : #80848f; @subsidiary-color : #808695;
@rate-star-color : #f5a623; @rate-star-color : #f5a623;
// Base // Base
@body-background : #fff; @body-background : #fff;
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; @font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
@code-family : Consolas,Menlo,Courier,monospace; @code-family : Consolas,Menlo,Courier,monospace;
@title-color : #1c2438; @title-color : #17233d;
@text-color : #495060; @text-color : #515a6e;
@font-size-base : 14px; @font-size-base : 14px;
@font-size-small : 12px; @font-size-small : 12px;
@font-size-large : 16px; @font-size-large : 16px;
@ -36,8 +36,8 @@
@cursor-disabled : not-allowed; @cursor-disabled : not-allowed;
// Border color // Border color
@border-color-base : #dddee1; // outside @border-color-base : #dcdee2; // outside
@border-color-split : #e9eaec; // inside @border-color-split : #e8eaec; // inside
@border-width-base : 1px; // width of the border for a component @border-width-base : 1px; // width of the border for a component
@border-style-base : solid; // style of a components border @border-style-base : solid; // style of a components border
@ -50,7 +50,7 @@
@table-td-stripe-bg : #f8f8f9; @table-td-stripe-bg : #f8f8f9;
@table-td-hover-bg : #ebf7ff; @table-td-hover-bg : #ebf7ff;
@table-td-highlight-bg : #ebf7ff; @table-td-highlight-bg : #ebf7ff;
@menu-dark-title : #495060; @menu-dark-title : #515a6e;
@menu-dark-active-bg : #363e4f; @menu-dark-active-bg : #363e4f;
@menu-dark-subsidiary-color : rgba(255,255,255,.7); @menu-dark-subsidiary-color : rgba(255,255,255,.7);
@menu-dark-group-title-color : rgba(255,255,255,.36); @menu-dark-group-title-color : rgba(255,255,255,.36);
@ -76,7 +76,7 @@
@btn-border-radius-small: 3px; @btn-border-radius-small: 3px;
@btn-group-border : shade(@primary-color, 5%); @btn-group-border : shade(@primary-color, 5%);
@btn-disable-color : #bbbec4; @btn-disable-color : #c5c8ce;
@btn-disable-bg : @background-color-base; @btn-disable-bg : @background-color-base;
@btn-disable-border : @border-color-base; @btn-disable-border : @border-color-base;
@ -99,7 +99,7 @@
@grid-columns : 24; @grid-columns : 24;
@grid-gutter-width : 0; @grid-gutter-width : 0;
@layout-body-background : #f5f7f9; @layout-body-background : #f5f7f9;
@layout-header-background : #495060; @layout-header-background : #515a6e;
@layout-header-height : 64px; @layout-header-height : 64px;
@layout-header-padding : 0 50px; @layout-header-padding : 0 50px;
@layout-footer-padding : 24px 50px; @layout-footer-padding : 24px 50px;