From b5af89fe028cebcdaf9d108d17de8bbe2f51d564 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 11 Feb 2020 14:19:36 +0000 Subject: [PATCH] Remove style for deleted elements The `.global-cookie-message` and `.footer-nav` classes were for elements in the govuk_template. This used to be the base layout for this app but was changed here: https://github.com/alphagov/notifications-admin/pull/3198 --- app/assets/stylesheets/_grids.scss | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index 85551da03..024091fb3 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -120,19 +120,3 @@ .align-with-big-number-hint { margin-top: $gutter / 0.6; } - -.global-cookie-message { - p { - @extend %site-width-container; - } -} - -.footer-nav { - @include copy-16; - margin-bottom: $gutter-two-thirds; - - a { - display: inline-block; - margin-right: $gutter-half; - } -}