We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323326a commit fa66ee5Copy full SHA for fa66ee5
2 files changed
packages/govuk-frontend/src/govuk/components/panel/_index.scss
@@ -2,4 +2,3 @@
2
@use "mixin";
3
4
@include mixin.styles;
5
-
packages/govuk-frontend/src/govuk/components/panel/_mixin.scss
@@ -58,10 +58,10 @@
58
}
59
60
.govuk-panel--interruption {
61
- color: govuk-colour("white");
62
- background-color: $govuk-brand-colour;
+ color: base.govuk-colour("white");
+ background-color: base.govuk-functional-colour(brand);
63
text-align: left;
64
65
- @include govuk-font($size: 19);
+ @include base.govuk-font($size: 19);
66
67
0 commit comments