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