1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 14:55:27 +02:00

feat(ui): Rebranding - r8s-374 (#840)

This commit is contained in:
James Player 2025-07-01 12:58:31 +12:00 committed by GitHub
parent cf5990ccba
commit c6ee9a5a52
41 changed files with 821 additions and 342 deletions

View file

@ -201,8 +201,18 @@ pre {
background-color: var(--bg-progress-color);
}
.motd-body {
background-color: var(--bg-motd-body-color) !important;
.widget-body.motd-body {
border: 1px solid var(--border-motd-body-color);
color: var(--text-motd-body-color);
background: var(--bg-motd-body-color) url(../images/purple-gradient.svg) top right / 40% no-repeat;
}
.widget-body.motd-body .btn.btn-link,
.widget-body.motd-body .btn.btn-link:hover {
padding: 0 5px 0 4px;
border-radius: 4px;
background-color: var(--bg-motd-btn-color);
color: var(--text-motd-btn-color);
}
.panel-body {
@ -408,14 +418,10 @@ input:-webkit-autofill {
}
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-blue-9);
border-right: 8px solid var(--graphite-600);
border-width: 6px 8px 6px 0;
}
[theme='dark'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-gray-true-9);
}
[theme='highcontrast'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-white);
}