optimize Alert style
optimize Alert style
This commit is contained in:
parent
2af5843d96
commit
a901da64ed
7 changed files with 48 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue