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

feat(ui): portainer new ui for homepage EE-3554 (#7328)

* add icon to homepage
This commit is contained in:
Richard Wei 2022-07-29 16:13:02 +12:00 committed by GitHub
parent 44737029a9
commit 423dd5e394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 127 additions and 45 deletions

View file

@ -1,4 +1,15 @@
/* Label, Section Title */
.label {
border-radius: 5px;
}
.label-success {
background-color: var(--ui-success-7);
}
.label-danger {
background-color: var(--ui-error-6);
}
.control-label {
color: var(--ui-gray-7);