transify (thanks to eval)

This commit is contained in:
eta 2023-01-18 18:02:53 +00:00
parent 8c87ef28b4
commit 8532b7d425

View File

@ -585,3 +585,24 @@ pre {
white-space: pre-wrap !important;
overflow-wrap: anywhere !important;
}
.govuk-header__container.govuk-width-container::before {
background: linear-gradient(
300deg,
gray 0% 15%,
#eeeeee 15% 20%,
gray 20% 20.5%,
#f7a8b8 20.5% 25.5%,
gray 25.5% 26%,
#55cdfc 26% 31%,
gray 31% 100%
);
pointer-events: none;
content: "";
top: 100%;
left: 0;
width: 100%;
height: 10px;
display: block;
position: absolute;
margin-top: 0px;
}