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

fix text color to #666

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