From 8bff29235e34381425a604b317cce316447f3bb6 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 16 May 2019 21:34:30 +0200 Subject: [PATCH] chore: link to full license from footer Links to the full license from the footer, similar to angular.io. Note that it links to the repo since we don't have a dedicated license page. Fixes https://github.com/angular/components/issues/16039. --- src/app/shared/footer/footer.html | 2 +- src/app/shared/footer/footer.scss | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/shared/footer/footer.html b/src/app/shared/footer/footer.html index d81bd2169..28b288574 100644 --- a/src/app/shared/footer/footer.html +++ b/src/app/shared/footer/footer.html @@ -16,7 +16,7 @@ diff --git a/src/app/shared/footer/footer.scss b/src/app/shared/footer/footer.scss index 0bb6db56c..028c16525 100644 --- a/src/app/shared/footer/footer.scss +++ b/src/app/shared/footer/footer.scss @@ -42,12 +42,15 @@ a { font-size: 16px; padding: 0; - text-decoration: none; - color: inherit; + } +} + +a { + text-decoration: none; + color: inherit; - &:hover { - text-decoration: underline; - } + &:hover { + text-decoration: underline; } }