diff --git a/app/assets/stylesheets/components/banner.scss b/app/assets/stylesheets/components/banner.scss index 16e6b8868..bf6fdf993 100644 --- a/app/assets/stylesheets/components/banner.scss +++ b/app/assets/stylesheets/components/banner.scss @@ -71,7 +71,27 @@ } &-action { + + display: block; text-align: right; + float: right; + + &:link, + &:visited { + color: $white; + } + + &:hover, + &:active { + color: $light-blue-25; + } + + &:active, + &:focus { + background-color: $yellow; + color: $govuk-blue; + } + } }