mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +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;
|
||||
}
|
||||
|
|
|
@ -398,3 +398,7 @@ fieldset[disabled] .btn {
|
|||
border-right: 0px;
|
||||
border-bottom: 3px solid red;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
line-height: 11px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue