mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 14:51:04 -05:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user