mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(ui): UI improvements node details screen EE-3468 (#7256)
This commit is contained in:
parent
4997e9c7be
commit
6aa7fdb4f2
5 changed files with 111 additions and 83 deletions
6
app/assets/css/bootstrap-override.css
vendored
6
app/assets/css/bootstrap-override.css
vendored
|
@ -16,6 +16,12 @@
|
|||
gap: 5px;
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.blue {
|
||||
background: var(--bg-dashboard-item) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue