Update app/assets/stylesheets/components/banner.scss

Slight adjustment to vertical spacing on the dashboard banner count. See: https://github.com/alphagov/notifications-admin/pull/3295#discussion_r380616204

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
Tom Byers
2020-02-18 11:53:21 +00:00
committed by GitHub
parent 98fba0e451
commit 484bcfbae7

View File

@@ -168,7 +168,7 @@
&-count {
@include govuk-font(36, $weight: bold);
padding-right: 5px;
padding-right: 8px;
position: relative;
// remove the top of the extra line-height this introduces
top: $baseline-shift;