mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-23 08:49:46 -04:00
Add override from future GOV.UK Frontend version
We need to duplicate it until we upgrade.
This commit is contained in:
@@ -52,3 +52,9 @@
|
||||
// $class parameter is deprecated but needed for v2 of GOVUK Frontend. Remove for v3 & above
|
||||
@include govuk-grid-column(full, $class: false);
|
||||
}
|
||||
|
||||
// Add override from future version of GOV.UK Frontend
|
||||
// Todo: remove this once we’ve upgraded past v3.11.0
|
||||
.govuk-\!-display-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user