mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +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
|
@ -1,3 +1,12 @@
|
|||
.breadcrumb-links {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.breadcrumb-links a {
|
||||
color: var(--ui-blue-8);
|
||||
}
|
||||
|
||||
.breadcrumb-links a:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--ui-blue-9);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue