mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(ask-ai): integrate kapa-ai page [BE-11409] (#214)
This commit is contained in:
parent
783ab253af
commit
441afead10
24 changed files with 102 additions and 50 deletions
|
@ -10,6 +10,12 @@
|
|||
.menu-icon {
|
||||
background: var(--user-menu-icon-color);
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.menu-icon:hover {
|
||||
/* keep the links and button icon colors consistent on hover */
|
||||
@apply text-gray-8 th-dark:text-gray-warm-7;
|
||||
}
|
||||
|
||||
.menu-list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue