mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-23 18:15:41 +00:00
transify (thanks to eval)
This commit is contained in:
parent
8c87ef28b4
commit
8532b7d425
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user