1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(ui): cluster setup page done EE-3705 (#7267)

This commit is contained in:
Prabhat Khera 2022-07-22 14:16:50 +12:00 committed by GitHub
parent 9a92b97b7e
commit 3645ff7459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 88 additions and 65 deletions

View file

@ -22,6 +22,10 @@
justify-content: center;
}
.justify-left {
justify-content: left;
}
.blue {
background: var(--bg-dashboard-item) !important;
}