improve styles of links in auth-panel

This commit is contained in:
igoradamenko
2018-03-04 00:52:23 +03:00
parent a645aafe8c
commit cd08c56d22
@@ -1,6 +1,11 @@
.auth-panel__pseudo-link {
display: inline-block;
font-weight: 700;
white-space: nowrap;
cursor: pointer;
color: #06c5c5;
color: #0aa;
&:hover {
color: #06c5c5;
}
}