Add styles for help links
This commit is contained in:
parent
a7e6e9db1d
commit
e228790b28
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,11 @@ input[type="text"], input[type="search"]
|
||||||
{
|
{
|
||||||
@include text-link();
|
@include text-link();
|
||||||
}
|
}
|
||||||
|
.button-text-help
|
||||||
|
{
|
||||||
|
@include text-link(#5b8c80);
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.icon:only-child {
|
.icon:only-child {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue