Commit 522ddd88 authored by afc163's avatar afc163

fix login icon style

parent d867d7e7
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
margin-left: 16px; margin-left: 16px;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
transition: color .3s;
&:hover { &:hover {
color: @primary-color; color: @primary-color;
transition: color .3s;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment