1
0
Fork 0
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:
Prabhat Khera 2022-07-18 11:48:24 +12:00 committed by GitHub
parent 4997e9c7be
commit 6aa7fdb4f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 111 additions and 83 deletions

View file

@ -16,6 +16,12 @@
gap: 5px;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
.blue {
background: var(--bg-dashboard-item) !important;
}

View file

@ -398,3 +398,7 @@ fieldset[disabled] .btn {
border-right: 0px;
border-bottom: 3px solid red;
}
.label-default {
line-height: 11px;
}