提交 0ee4a5b4 编写于 作者: A afc163

fix text color to #666

上级 4952c4e0
......@@ -33,7 +33,7 @@
height: 38px;
line-height: 38px;
text-indent: 16px;
color: #666;
color: @text-color;
border-bottom: @borderStyle;
&:before {
display: inline-block;
......@@ -51,7 +51,7 @@
transition-duration: .3s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
overflow: hidden;
color: #999;
color: @text-color;
padding: 0 16px;
background-color: #fff;
......
......@@ -114,18 +114,18 @@
line-height: 32px;
height: 32px;
border-bottom: 1px solid #e9e9e9;
color: #666;
color: @text-color;
}
&-content {
padding: 8px 16px;
color: #999;
color: @text-color;
}
&-message {
padding: 8px 0 16px;
font-size: 12px;
color: #666;
color: text-color;
.anticon {
margin-right: 8px;
color: @error-color;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册