Make external link icons appear

This commit is contained in:
Chris Hill-Scott
2016-03-23 10:41:37 +00:00
parent 887c97facd
commit bce535b15d
2 changed files with 13 additions and 2 deletions

View File

@@ -111,4 +111,12 @@ td {
.form-label {
margin-bottom: 5px;
}
a[rel="external"] {
@include external-link-default;
@include external-link-16;
@include media(tablet) {
@include external-link-19;
}
}