Add styles for help links

This commit is contained in:
Alex Liebowitz 2016-11-02 12:12:24 -04:00
parent a7e6e9db1d
commit e228790b28

View file

@ -182,6 +182,11 @@ input[type="text"], input[type="search"]
{
@include text-link();
}
.button-text-help
{
@include text-link(#5b8c80);
font-size: 0.8em;
}
.icon:only-child {
position: relative;