Font size adjustment and moving link to config param

This commit is contained in:
yanas
2017-02-15 17:57:57 -06:00
parent c6b117565d
commit d84901f196
3 changed files with 16 additions and 4 deletions

View File

@@ -8,4 +8,13 @@
text-decoration: underline;
@include transition(color .1s ease-in);
}
}
/**
* Helper links are links that are meant to open a documentation page or more
* detailed info.
*/
.helper-link {
@extend .link;
font-size: 12px;
}