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:
parent
44737029a9
commit
423dd5e394
10 changed files with 127 additions and 45 deletions
11
app/assets/css/bootstrap-override.css
vendored
11
app/assets/css/bootstrap-override.css
vendored
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue