mirror of
https://github.com/traefik/traefik.git
synced 2026-04-09 02:56:11 -04:00
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Publish Documentation / Doc Process (push) Waiting to run
Build experimental image on branch / build-webui (push) Waiting to run
Build experimental image on branch / Build experimental image on branch (push) Waiting to run
41 lines
No EOL
709 B
CSS
41 lines
No EOL
709 B
CSS
#migration-doc-banner {
|
|
display: block;
|
|
position: relative;
|
|
padding: 0.6em 1.2em;
|
|
border: 1px solid #00b3ce;
|
|
border-radius: 8px;
|
|
background-color: #00b3ce1a;
|
|
color: #00b3ce;
|
|
font-size: 0.85em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#migration-doc-banner a {
|
|
color: #00b3ce;
|
|
font-weight: 600;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#migration-doc-banner p {
|
|
margin: 0;
|
|
}
|
|
|
|
#migration-doc-banner-close {
|
|
position: absolute;
|
|
top: 0.4em;
|
|
right: 0.6em;
|
|
background: none;
|
|
border: none;
|
|
color: #00b3ce;
|
|
font-size: 1.5em;
|
|
line-height: 1;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Breakpoint for the collapsed sidebar */
|
|
@media (min-width: 1220px) {
|
|
#migration-doc-banner {
|
|
margin-top: -24px;
|
|
}
|
|
} |