optimize Alert style

optimize Alert style
This commit is contained in:
梁灏 2016-11-02 15:38:37 +08:00
parent 2af5843d96
commit a901da64ed
7 changed files with 48 additions and 4 deletions

View file

@ -23,7 +23,7 @@
&-desc {
font-size: 12px;
color: @legend-color;
color: @text-color;
line-height: 21px;
display: none;
text-align: justify;
@ -84,7 +84,7 @@
&-with-desc &-message {
font-size: 14px;
color: @text-color;
color: @title-color;
display: block;
}

View file

@ -17,6 +17,7 @@
@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 : #464c5b;
@text-color : #657180;
@font-size-base : 14px;
@font-size-small : 12px;