mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
feat(ui): css tidy up for ui change EE-3795 (#7354)
* css tidy up for ui change
This commit is contained in:
parent
03590d46e6
commit
75c1b485ab
51 changed files with 151 additions and 140 deletions
|
@ -45,7 +45,8 @@ pr-icon {
|
|||
stroke: var(--white-color);
|
||||
}
|
||||
|
||||
.icon-primary {
|
||||
.icon-primary,
|
||||
.icon-blue {
|
||||
color: var(--ui-blue-8);
|
||||
}
|
||||
|
||||
|
@ -63,7 +64,8 @@ pr-icon {
|
|||
stroke: var(--black-color);
|
||||
}
|
||||
|
||||
.icon-warning {
|
||||
.icon-warning,
|
||||
.icon-orange {
|
||||
color: var(--ui-warning-8);
|
||||
}
|
||||
|
||||
|
@ -73,11 +75,11 @@ pr-icon {
|
|||
}
|
||||
|
||||
.icon-danger {
|
||||
color: var(--ui-error-8);
|
||||
color: var(--ui-error-9);
|
||||
}
|
||||
|
||||
.icon.icon-danger-alt {
|
||||
fill: var(--ui-error-8);
|
||||
fill: var(--ui-error-9);
|
||||
stroke: var(--white-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue